Click or drag to resize

BasePluginCameraHandleCombinePixelsChanges Method

Handles wanted binning changes in the camera settings by writing the values to the hardware only if needed.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public 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

BasePluginCamera
This camera object.
See Also