JVCL Help:TJvAVICapture.OnFrame

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvAVICapture.UsedEvents


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