Settings2DSamplingGroupIntervalGroupDuration Property |
Duration between successive sensor operations, in microseconds. The effective interval
might be rounded up to the nearest suitable integer multiple and will never be shorter
than exposure time plus some processing overhead.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntaxpublic Nullable<Duration> Duration { get; set; }Public Property Duration As Nullable(Of Duration)
Get
Set
public:
property Nullable<Duration> Duration {
Nullable<Duration> get ();
void set (Nullable<Duration> value);
}Property Value
Type:
NullableDuration
See Also