fuse-camerapanel
fuse-camerapanel copied to clipboard
Front Facing Camera is mirrored
Short and concise, the front facing camera is mirrored. Wanted behavior would be not mirrored.
This is by design now. Could be fixed by either adding an attribute, or by flipping the element.
<CameraStream>
<Rotation DegreesY="180"/>
<CameraVisual Facing="Front" />
</CameraStream>