python-microscope / microscope

Python library for control of microscope devices, supporting hardware triggers and distribution of devices over the network for performance and flexibility.
https://www.python-microscope.org
GNU General Public License v3.0
66 stars 39 forks source link

picam hardware trigger failing. #245

Closed iandobbie closed 9 months ago

iandobbie commented 2 years ago

The picam hardware trigger works fine for snaps and live but fails in experiment. I wonder if the trigger pulses are just too short for the Pi.

Ian

iandobbie commented 9 months ago

Tesated extensively, with a pi 4 and picamera v1.3 100us pulses are able to trigger images reliably. The readout time is slow and currently set to 0.7 s. The frame rate setting also influences the exposure time possible so this took a bit of work to get correct (#286). I think it is now all working correctly.