BasePluginCameraSetIsAutoExposure Method |
Sets whether the exposure time should be set automatically by the camera.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic bool SetIsAutoExposure(
bool isAutoExposure
)
Parameters
- isAutoExposure Boolean
- The wanted value.
Return Value
BooleanTrue if successful, false otherwise
See Also