dattalab-6-cam / multicamera_acquisition

Synchronized machine vision acquisition across multiple cameras using an arduino (Supports FLIR and Basler)
MIT License
5 stars 5 forks source link

Catch cases where FPS is too fast for exposures #7

Closed jonahpearl closed 9 months ago

jonahpearl commented 1 year ago

In get_timing_params, we should raise an error if the user picks a combination of exposure times + buffers that will cause a conflict with the specified framerate (if someone tried to do exposure of 5 ms at 120 Hz).