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.


Topics - gcp5017

Pages: [1]
1
Software Dev / Data processing from RAM
« on: August 07, 2020, 10:04:24 AM »
Hi folks,

I am interested in doing some processing prior to saving the video, or even just the processed data, onto the HD. My current routine is as follows, using python:

1) Set camera parameters
2) Collect data (1 second)
3) Store data on a laptop HD, transferred via Ethernet (~40 seconds  :'( )
4) Reduce data (few seconds) and store it.

The bottleneck is currently occurring due to the transfer. I am wondering if anyone has had any luck in pre-processing data prior to storage/save request? The camera itself already has python on it, so I believe it should be possible. I am looking to accessing the data directly from the cameras RAM, and potentially processing it on the camera prior to transfer.

Any suggestions or hints would be much appreciated.

Thank you!
 

2
Software Dev / Remote control AND data transfer
« on: July 06, 2020, 07:13:59 AM »
Hi everyone,

Wondering if anyone has suggestions on how to transfer data from the camera to the connected laptop? I can currently control Chronos 1.4( v 0.4) remotely with python using json, but having difficulty determining how to get data onto the laptop.

Thank you in advance.

Pages: [1]