TRVCamReceiver.IgnoreCorruptedFrames

<< Click to display table of contents >>

TRVCamReceiver.IgnoreCorruptedFrames

Specifies how missing or corrupted frames are processed in a chain of frames.

property IgnoreCorruptedFrames: Boolean;

A chain of frames is sent, if a positive value is assigned to TRVCamSender.FrameDifferenceInterval. The first frame in a chain is sent as it is, subsequent frames are sent as differences between the new and the old frame.

This property specifies how the receiver works if one frame in a chain is missing or corrupt (it is possible in UDP connection).

If True, frames are still shown, but visual artifacts are possible.

If False, the rest of chain after a corrupted/missing frame is dropped.

Default value

False