FrameInfoMetricsGroupAcquisitionTime Property |
Acquisition Time is the duration from the start of the capture to when the camera has acquired the
last image. After this time, the camera has finished its acquisition and you can move the robot,
or capture with another camera with overlapping field of view. Acquisition Time is equal to the
time it takes for the Camera::capture(settings) API function call to return.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public Duration AcquisitionTime { get; set; }
Public Property AcquisitionTime As Duration
Get
Set
public:
property Duration AcquisitionTime {
Duration get ();
void set (Duration value);
}
Property Value
Type:
DurationSee Also