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
Currently, all the different control settings, i.e. DeviceControlSettings, ImageFormatControlSettings, AnalogControlSettings, ..., are all set in the CameraDriver class. To reduce the size of the class, the individual routines of setting the parameters could be moved into separate classes/structs (partly already available: see include/camera_aravis2/config_structs.h) together with the corresponding parameters.
Currently, all the different control settings, i.e.
DeviceControlSettings
,ImageFormatControlSettings
,AnalogControlSettings
, ..., are all set in theCameraDriver
class. To reduce the size of the class, the individual routines of setting the parameters could be moved into separate classes/structs (partly already available: seeinclude/camera_aravis2/config_structs.h
) together with the corresponding parameters.Related Issue: #53
The text was updated successfully, but these errors were encountered: