TIEMediaFoundationSourceReader.HorizontalMirror
Declaration
property HorizontalMirror: Boolean;
Description
If True, video frames decoded by
DecodeSample are mirrored left-to-right (a selfie / front-camera preview).
Does not change the Media Foundation sample itself, and does not use
SetMirror.
Do not enable both, or frames will be mirrored twice.
Default: False
Example
ImageEnView1.IO.MediaFoundationSourceReader.HorizontalMirror := True;
ImageEnView1.IO.MediaFoundationSourceReader.StartCapture();
See Also
◼DecodeSample
◼SetMirror