JVCL Help:TJvAVICapture.OnFrame
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAVICapture.OnFrame Property
[+] TJvAVICapture Events
[+] TJvAVICapture Fields
[+] TJvAVICapture Methods
[+] TJvAVICapture Properties
Search in JVCL Help
Search in all projectsSummary
The event triggered when a frame is ready, in a non streaming capture session.
Pascal
TOnFrame = TOnVideoStream;
propertyOnFrame: TOnFrame;
Parameters
Parameters | Description |
videoHdr | A PJvVideoHdr structure containing informations about the frame. |
Sender | The TJvAVICapture component triggering the event. |
Description
A non streaming capture session is generally a frame by frame capture session. This event will only be triggered if ueFrame is in UsedEvents.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page