TVideoGrabber.NotificationSleepTime

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies the sleep time between notifications.


Declaration
property NotificationSleepTime: LongInt read GetNotificationSleepTime write SetNotificationSleepTime default DEF_NotificationSleepTime;


__property int NotificationSleepTime=read=GetNotificationSleepTime, write=SetNotificationSleepTime, default=- 1


Property NotificationSleepTime As Long

Description

Used to specify the sleep time between event notifications (in milliseconds).
-1 = default value.
E.g. you can assign e.g. 200 to limit the notifications to 5 per second. In this case the OnFrameProgress event will occurs only 5 times per second, even if the frame rate is 30 fps.