David Todd
Results
2
comments of
David Todd
I was able to reproduce this with the front camera in the example app by adding `isMirrored={false}` to the Camera. It only seems to happen with video output on iOS....
@flyingL123 per [this comment](https://github.com/mrousavy/react-native-vision-camera/issues/2941#issuecomment-2149272264) I think the default behavior is intentional -- unlike the default iOS camera's output, react-native-vision-camera's output is mirrored. So the bug is that `isMirrored={false}` should disable...