TRVCamRecorder.SourceVideoGUID, SourceVideoIndex

<< Click to display table of contents >>

TRVCamRecorder.SourceVideoGUID, SourceVideoIndex

These properties specify the unique identifier of the Video source, if VideoSource is TRVCamReceiver, and index of its media channel.

property SourceVideoGUID: String;

property SourceVideoIndex: Integer;

These properties are ignored when this recorder writes video from TRVCamera.

If VideoSource is TRVCamReceiver, the recorder writes video from the specified sender and its media channel.

Initially, a sender identifier is generated in TRVCamSender component and identifies this sender (TRVCamSender.GUIDFrom property). Then you need to  add this identifier to Senders property of TRVCamReceiver component. Then you need to connect a recorder to this receiver, and assign its SourceVideoGUID equal to one of receiver.Senders[].GUIDFrom.

If TRVCamSender has multiple media channels, assign the index of the desired channel to SourceVideoIndex; otherwise, leave SourceVideoIndex = 0.

Default values

SourceVideoGUID: '' (empty string)

SourceVideoIndex: 0