Click or drag to resize

BasePluginCameraSetGain Method

Sets the camera's gain. Can be overloaded to set it in the camera's real hardware.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public bool SetGain(
	double gain
)

Parameters

gain  Double
The wanted gain.

Return Value

Boolean
True if successful, false otherwise
See Also