FrameInfoMetricsGroupCaptureTime Property |
Capture Time is the duration from the start of the capture to when all of the data transfer and
processing has completed. After this time the 3D point cloud and/or 2D color image is ready and
available on the GPU memory, and can be copied to the system memory (RAM).
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public Duration CaptureTime { get; set; }
Public Property CaptureTime As Duration
Get
Set
public:
property Duration CaptureTime {
Duration get ();
void set (Duration value);
}
Property Value
Type:
DurationSee Also