Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable/disable mirroring captured pictures when using the front camera #666

Open
arjovanramshorst opened this issue Jun 5, 2024 · 0 comments

Comments

@arjovanramshorst
Copy link

Is your feature request related to a problem? Please describe.
When people take selfies, they'd prefer if the image is mirrored (same way as it is shown by the camera while taking the picture). It seems like this is not possible right now.

Describe the solution you'd like
A property like: mirrorOnCapture: boolean, or something that fits with the package, that determines whether or not the captured image should be mirrored.

Describe alternatives you've considered
Manually processing the image in the frontend to mirror it, or render the image mirrored directly after capture, and actually mirror the image in the backend (both quite convoluted options for something that seems quite a standard feature, pretty much every app that uses the front camera does this by default)

Additional context
I'd be happy to provide a PR, but have very little experience with actual native code, if someone could point me in the direction where I could add this I could take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant