TRVCamera.Rotation

<< Click to display table of contents >>

TRVCamera.Rotation

Allows to rotate frames before sending by 90, 180 or 270 degrees.

type

  // defined in MRVType unit
  TRVRotation = (rvrNone, rvr90, rvr180, rvr270);
property Rotation: TRVRotation;

This property is useful for sending video on a device having a "portrait" screen orientation.

Default value

rvrNone