LaboratoireMecaniqueLille / crappy

Command and Real-time Acquisition Parallelized in Python
https://crappy.readthedocs.io/en/stable/
GNU General Public License v2.0
78 stars 16 forks source link

Faster recording of images by the Camera block #13

Closed WeisLeDocto closed 10 months ago

WeisLeDocto commented 2 years ago

When the Camera block records images, it usually gets much slower compared to when it only acquires images without saving them. This can get as bad as dividing the FPS count by two.

This issue is caused by the recording not being parallelized with the acquisition and the processing.

I plan to address it soon, when I start improving the Camera related blocks.

Weis

WeisLeDocto commented 10 months ago

Closed with aa7ec2b0