BasePluginCameraSetGain Method |
Sets the camera's gain. Can be overloaded to set it in the camera's real hardware.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic bool SetGain(
double gain
)
Parameters
- gain Double
- The wanted gain.
Return Value
BooleanTrue if successful, false otherwise
See Also