Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nik282000

Pages: 1 [2] 3 4 ... 7
16
Chronos User Discussion / Re: transfer video to computer via code
« on: April 17, 2020, 02:58:34 PM »
Is it possible to control the camera from your phone using this adapter?

I have a portable wifi-router/access point device (this one in particular but anything similar will work https://www.amazon.ca/Gigastone-Media-Streamer-Plus-Built/dp/B00NHWK01C). You can connect it to your camera by ethernet cable and then connect to the router device wirelessly with your phone or laptop. There are loads of clones that can be found on 'over seas' websites.

They are pretty cheap, keep the cable count down on your rig and isolate your camera from the internet/other devices.

17
Software Dev / Re: Chronos V0.4.0 Beta - Debian and Networking
« on: April 12, 2020, 10:02:00 AM »
Every time I upgrade the firmware/OS I make an image of the SD card in case something goes wrong. So far I haven't had any problems swapping between versions. My most recent roll back was from 0.4.0b + online updates (about 40 or so) back to 0.4.0b with no updates, I didn't run into any problems. Previous to that I went between the 0.1 0.2 and 0.3 with no particular issues.

18
Software Dev / Re: Chronos V0.4.0 Beta - Debian and Networking
« on: March 24, 2020, 07:48:42 PM »
Quote
try focusing a camera at 1280x96 to see how fun this can be

I usually set the camera to 128x128, focus then to back to the crazy aspect ratio. Just sayin.

19
Chronos User Discussion / Re: Chronos 1.4 Footage Thread
« on: March 15, 2020, 06:59:55 PM »

20
Software Dev / Re: Chronos V0.4.0 Beta - Debian and Networking
« on: March 13, 2020, 11:13:10 PM »
It seems pretty quick. On the playback previous recordings section I never see any recordings and the %used is wonky but that doesn't break functionality by any means.

Do you have a readme for the network menu on the new UI? First thing it did was ask me to set a pw without saying what it was for. Will it change the root pw used for ssh?

21
Software Dev / Re: Chronos V0.4.0 Beta - Debian and Networking
« on: March 12, 2020, 08:04:30 PM »
Awesome! The new UI is great, even with the menu order being a little wonky, I was able to find all the setting I'm familiar with.
Update over network is also great, it makes things painless. Being able to SSH into the camera also makes way easier to poke around.

I think this update delivered pretty much everything I was hoping for! Thanks guys!

22
Chronos User Discussion / Re: mSATA USB Enclosure, not recognized.
« on: March 12, 2020, 02:07:28 PM »
Update, in case some future person googles this.

I checked dmesg over SSH while plugging in my not-working mSata enclosure and a normal USB stick.
It seems like the camera doesn't recognize it as mass storage.

I will keep working on it, now that I have SSH access it should go much easier. Thanks Chronos Dev Team!

Quote
---------------------------------------Plugged in "Bad" USB Enclosure

[    0.000000] usbcore: registered new interface driver uas
[    0.000000] Initializing USB Mass Storage driver...
[    0.000000] usbcore: registered new interface driver usb-storage
[    0.000000] USB Mass Storage support registered.
[    0.000000] ti81xx_interrupt 1146: VBUS error workaround (delay coming)
[    0.000000] ti81xx_interrupt 1146: VBUS error workaround (delay coming)
[    0.000000] usb 1-1: new high-speed USB device number 3 using musb-hdrc
[    0.000000] usb 1-1: New USB device found, idVendor=152d, idProduct=0578
[    0.000000] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    0.000000] usb 1-1: Product: JMS579
[    0.000000] usb 1-1: Manufacturer: JMicron
[    0.000000] usb 1-1: SerialNumber: 341DE20B4122112
[    0.000000] scsi2 : uas
[    0.000000] blk_queue_max_segments: set to minimum 1
[    0.000000] scsi 2:0:0:0: uas_eh_abort_handler tag -1
[    0.000000] scsi 2:0:0:0: uas_eh_device_reset_handler tag -1
[    0.000000] scsi 2:0:0:0: uas_eh_target_reset_handler tag -1
[    0.000000] scsi 2:0:0:0: uas_eh_bus_reset_handler tag -1
[    0.000000] usb 1-1: URB BAD STATUS -71
[    0.000000] usb 1-1: reset high-speed USB device number 3 using musb-hdrc
[    0.000000] scsi 2:0:0:0: Device offlined - not ready after error recovery

----------------------------------------------------------Unplugged "Bad" USB enclosure

[    0.000000] usb 1-1: USB disconnect, device number 3

----------------------------------------------------------Plugged in Good USB stick

[    0.000000] usb 1-1: new high-speed USB device number 4 using musb-hdrc
[    0.000000] usb 1-1: New USB device found, idVendor=0781, idProduct=5583
[    0.000000] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    0.000000] usb 1-1: Product: Ultra Fit
[    0.000000] usb 1-1: Manufacturer: SanDisk
[    0.000000] usb 1-1: SerialNumber: 4C531001581114116183
[    0.000000] scsi3 : usb-storage 1-1:1.0
[    0.000000] scsi 3:0:0:0: Direct-Access     SanDisk  Ultra Fit        1.00 PQ: 0 ANSI: 6
[    0.000000] sd 3:0:0:0: Attached scsi generic sg0 type 0
[    0.000000] sd 3:0:0:0: [sda] 242614272 512-byte logical blocks: (124 GB/115 GiB)
[    0.000000] sd 3:0:0:0: [sda] Write Protect is off
[    0.000000] sd 3:0:0:0: [sda] Mode Sense: 43 00 00 00
[    0.000000] sd 3:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    0.000000]  sda: sda1
[    0.000000] sd 3:0:0:0: [sda] Attached SCSI removable disk
[    0.000000] kjournald starting.  Commit interval 5 seconds
[    0.000000] EXT3-fs (sda1): using internal journal
[    0.000000] EXT3-fs (sda1): mounted filesystem with writeback data mode

*EDIT*

Found a potential fix by disabling uas (USB attached scsi).

$rmmod uas

Then create a new file: /etc/modprobe.d/blacklist-uas.conf, with the line

blacklist uas

This doesn't seem to have broken anything, your mileage may vary, I'm not sure if the RW speeds will be affected.

23
Chronos User Discussion / mSATA USB Enclosure, not recognized.
« on: January 02, 2020, 03:36:12 PM »
I had an mSATA drive laying around and I thought I might get better saving speeds from my Chronos. When I plug the drive in it is not recognized by the camera. All of my conventional USB drives are recognized just fine (from 16gb to 128gb in size).

The Chronos is running the latest firmware v0.3.2-patch1. The drive is an mSATA, Samsung 860 EVO, 250gb. The enclosure is an HD6011-1s (Amazon, eBay, Alli), its based around the JMS578  USB 3.0 to SATA 6.0Gb/s Bridge Controller.

I tried formatting the drive to both FAT32 and EXT3, I also tried making the partition smaller (120gb) with the same results.

If anyone has any ideas as to what I can test or check next I would very much appreciate it.

24
Chronos User Discussion / Re: Chronos 1.4 Footage Thread
« on: October 30, 2019, 08:48:34 AM »
I bought the cheapest LED worklights from a hardware store and added filter capacitors to the driver's output. They now give a flicker free, cool light but have to be run from a reduced voltage. The designers take into account the 'off time' of the flicker in order to drive the LEDs brighter when they are on, applying full mains voltage runs the LEDs at ~1.4x their "rated" wattage.

25
Chronos User Discussion / Re: Corrupted SD card
« on: October 04, 2019, 08:35:05 AM »
I managed to recover all the files using a tool called PhotoRec.

TestDisk and PhotoRec are extremely powerful tools, I would recommend them 100% but if you have the hard drive space try to make an image of the SD/USB/SSD and do your recovery on the image. There's no telling if the storage device will fail permanently while you are halfway through the recovery.

26
Software Dev / Re: Updating the UI: Main Screen v2 + Dark Theme
« on: September 28, 2019, 02:21:10 PM »
That looks awesome, I really appreciate the addition of a histogram to the live view.

27
Software Dev / Re: Chronos V0.3.2-RC1
« on: September 16, 2019, 06:08:03 PM »
I have the above mentioned lagging/stuttering issue as well as no video when using high gain at the max framerate. It's not a combination I am likely to use but I was checking it out of curiosity. I'll see if it is repeatable when I get some time.


Otherwise it looks and works great!

28
Software Dev / Re: Question about SD card wear.
« on: June 15, 2019, 06:41:37 AM »
It started having intermittent write errors. When trying to write an .img to the card it would fail at different places in the write (the same .img files wrote just fine to other cards).

I wasn't sure if it was from excessive writing when in use (RaspberryPi loves to do this) or if I had a garbage card. Looks like it was just a crap card.

29
Software Dev / Question about SD card wear.
« on: June 14, 2019, 11:02:37 AM »
Does the OS SD card get written to constantly while the camera is running? I had an SD card fail in a weird way and I'm not sure if its Raspberry Pi syndrome or just a bad card.

For reference it's not the card that came with the camera its a Kingston 8gb which is slightly smaller than the original card. To get the Chronos OS onto the card I had to shrink the ROOTFS partition by a little sometime around v0.2 and I have been updating normally since then.

30
Software Dev / Re: Chronos V0.3.2 Beta
« on: June 10, 2019, 04:27:02 PM »
Awesome, glad I could help!

Pages: 1 [2] 3 4 ... 7