rvcamview TRVCamView

Properties   Events

<< Click to display table of contents >>

rvcamview TRVCamView

Properties   Events

TRVCamView shows video from the specified video source: either from TRVCamera or from TRVCamReceiver. Optionally, it can control the camera movement.

Unit [VCL and LCL] MRVCamView;

Unit [FMX] fmxMRVCamView;

Syntax

TRVCamView = class(TCustomControl)

hmtoggle_arrow1Hierarchy

How to use

Assign TRVCamera or TRVCamReceiver component to VideoSource property of TRVCamView component, start playing a video.

When using TRVCamReceiver that receives videos from multiple sources, you can specify the video to display in GUIDFrom and IndexFrom properties.

Full-screen mode

You can display this viewer expanded to the full screen size by assigning True to FullScreen.

You can allow users to switch to/from a full-screen mode by assigning True to AllowFullScreen.

You can detect switching modes in OnFullScreen event.

Drawing efficiency

See the note about drawing efficiency in the topic about ViewMode property.