TVideoGrabber.OnFrameProgress2

Prev

Next

TVideoGrabber

Events

 




































































































Occurs for each video frame


Declaration
property OnFrameProgress2: TOnFrameProgress2 read FOnFrameProgress2 write FOnFrameProgress2;


__property TOnFrameProgress2 OnFrameProgress2 =read=FOnFrameProgress2, write=FOnFrameProgress2


Event OnFrameProgress2 (ByVal FrameInfo As Long)

Description


This event occurs asynchronously for each video frame.

It returns the current frame time, frame number, DV frame time, timecode, etc... through the FrameInfo pointer to the TFrameInfo structure.

You will find sample code in the MainForm of the MainDemo project ( Search for "FrameProgress2")