Click or drag to resize

BasePluginCameraSetIsAutoBrightness Method

Sets whether the gain and exposure time should be set automatically by the camera.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public bool SetIsAutoBrightness(
	bool isAutoBrightness
)

Parameters

isAutoBrightness  Boolean
The wanted value.

Return Value

Boolean
True if successful, false otherwise
See Also