SettingsAcquisitionExposureTime Property |
Exposure time for each single image in the measurement. Affects frame rate.
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