You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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
All reactions