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 38 forks source link

Hamamatsu camera does not implement ROI setter and getter #295

Open juliomateoslangerak opened 8 months ago

juliomateoslangerak commented 8 months ago

_get_roi and _set_roi are not implemented for the Hamamatsu cameras.

I can try to look into this as I have a camera for loan now.

juliomateoslangerak commented 8 months ago

Implemented here: https://github.com/juliomateoslangerak/microscope/tree/add_hahamatsu_roi

I had a quick test on the orca.spark and looks good to me.