TVideoGrabber.DroppedFramesPollingInterval

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies the polling interval of dropped frames


Declaration
property DroppedFramesPollingInterval: LongInt read GetDroppedFramesPollingInterval write SetDroppedFramesPollingInterval default DEF_DroppedFramesPollingInterval;


__property int DroppedFramesPollingInterval=read=GetDroppedFramesPollingInterval, write=SetDroppedFramesPollingInterval, default=10


Property DVReduceFrameRate As Long

Description

Used to specify the polling interval of the dropped frames count, expressed in seconds.

Remarks:
DroppedFramesPollingInterval = -1 reads the dropped frames count each time a new frame is received (default value)
DroppedFramesPollingInterval = 0 disables the polling of dropped frames

E.g. DroppedFramesPollingInterval = 30 polls the dropped frames count every 30 seconds.