TRVCamReceiver.OnGetImage

<< Click to display table of contents >>

TRVCamReceiver.OnGetImage

This event occurs when the component receives a video frame.

property OnGetImage: TRVImageEvent;

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

AGUIDFrom is an identifier of the sender which sent this image (see TRVCamSender.GUIDFrom).

AGUIDFrom is an identifier of the receiver (see TRVCamSender.GUIDTo).

This event is called in a thread context.