Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Working recently with Camera and binning/region of interest, I realized many of these feature should be bundled into a base Camera class. This is especially relevant as pylablib package implemented many camera drivers with a unified interface making their use almost transparent.
I therefore created a base Camera plugin class stored in pymodaq_plugins_utils:
https://github.com/PyMoDAQ/pymodaq_plugins_utils/blob/5.0.x/src/pymodaq_plugins_utils/hardware/camera_base_pylablib.py
and started to use it as base class for Throlabs camera: TSI and UC:
PyMoDAQ/pymodaq_plugins_thorlabs#53
and work is under progress fro the Andor SCMOS:
PyMoDAQ/pymodaq_plugins_andor#28
@CitizenErase will investigate the possibility to use it also for Andor CCD camera
Beta Was this translation helpful? Give feedback.
All reactions