FrameInfoMetricsGroupThrottlingTime Property |
Throttling Time is the duration that the capture was paused due to thermal or other constraints on the
camera's components while it was capturing this frame. This duration is part of the overall Acquisition
Time. If the camera throttled during a capture, it will result in a longer Acquisition Time.
Whether or not the camera will throttle depends on the ambient temperature, the capture settings, and
the how frequently the camera is capturing.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntaxpublic Duration ThrottlingTime { get; set; }Public Property ThrottlingTime As Duration
Get
Set
public:
property Duration ThrottlingTime {
Duration get ();
void set (Duration value);
}Property Value
Type:
Duration
See Also