TRVCamera.Latency

<< Click to display table of contents >>

TRVCamera.Latency

Maximal allowed time interval (in milliseconds) between the moments when a video frame is received and when it is shown.

property Latency: Integer;

If this property has a positive value, TRVCamera accumulates received frames and shows them with a delay. This feature allows displaying frames at a regular interval.

If this property's value is zero, frames are displayed as soon as possible, but more frames can be dropped, if they come at irregular intervals and cannot be displayed fast enough. On the other hand, this option reduces the overall overhead (because of skipping buffering steps), so it may increase a display frame rate.

Default value

0