BasePluginCameraSetExposureTime Method |
Sets the camera's exposure time. 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 SetExposureTime(
double exposureTime
)
Parameters
- exposureTime Double
- The wanted exposure time.
Return Value
BooleanTrue if successful, false otherwise
See Also