TRVCamera.OnGetImage

<< Click to display table of contents >>

TRVCamera.OnGetImage

This event occurs when the component reads a frame from a camera stream or a file.

property OnGetImage: TRVImageEvent;

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.