fuse-camerapanel icon indicating copy to clipboard operation
fuse-camerapanel copied to clipboard

Front Facing Camera is mirrored

Open AlexGustafsson opened this issue 8 years ago • 2 comments

Short and concise, the front facing camera is mirrored. Wanted behavior would be not mirrored.

AlexGustafsson avatar Jun 30 '16 10:06 AlexGustafsson

This is by design now. Could be fixed by either adding an attribute, or by flipping the element.

bolav avatar Jul 01 '16 07:07 bolav

<CameraStream> 
    <Rotation DegreesY="180"/>
    <CameraVisual Facing="Front" />
</CameraStream>

isrightkev avatar Jul 01 '16 15:07 isrightkev