Click or drag to resize

BasePluginCameraSetExposureTime Method

Sets the camera's exposure time. 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 SetExposureTime(
	double exposureTime
)

Parameters

exposureTime  Double
The wanted exposure time.

Return Value

Boolean
True if successful, false otherwise
See Also