Settings2DAcquisitionExposureTime Property |
Exposure time for the image
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Nullable<Duration> ExposureTime { get; set; }
Public Property ExposureTime As Nullable(Of Duration)
Get
Set
public:
property Nullable<Duration> ExposureTime {
Nullable<Duration> get ();
void set (Nullable<Duration> value);
}
Property Value
Type:
NullableDurationSee Also