<< Click to display table of contents >> TRVCamView.ViewMode |
Specifies how video frames are positioned and scaled in the viewer.
type // defined in MRVType unit
TRVCamViewMode = (vvmNormal, vvmCenter, vvmCut, vvmAspect, vvmStretch);
property ViewMode: TRVCamViewMode;
View Mode |
Sample |
vvmNormal A video is displayed at the top left corner of the window, without stretching |
|
vvmCenter A video is displayed in the center of the window, without stretching |
|
vvmCut A video is stretched proportionally so that the smallest side fits the window, the largest side is truncated
|
|
vvmAspect (default) A video is stretched proportionally to fit the window, keeping the side proportions.
|
|
vvmStretch A video is stretched to fit the window. |
Default value
vvmAspect
See also