BasePluginCameraHandleCombinePixelsChanges Method |
Handles wanted binning changes in the camera settings by writing the
values to the hardware only if needed.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic virtual BasePluginCamera HandleCombinePixelsChanges(
ref bool isCombinePixelsOld
)
Parameters
- isCombinePixelsOld Boolean
- The old, formerly stored state of
the pixel binning. Changing the binning costs time because the
camera will be reconnected. If there is no change in this parameter
the reconnection is avoided.
Return Value
BasePluginCameraThis camera object.
See Also