TRVCamRecorder.OnGetImage

<< Click to display table of contents >>

TRVCamRecorder.OnGetImage

This event occurs before the component writes a video frame to a file.

property OnGetImage: TRVImageEvent;

If video is scaled by TRVCamRecorder (

The image is returned in Img parameter. You must not free Img yourself. You can modify this image.

This event is called in a thread context.