Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
957 stars 245 forks source link

[Question]About front camera mirroring in video recording #331

Closed lym814 closed 1 year ago

lym814 commented 1 year ago

Does ''enable/disable front camera mirroring'' only work on taking a picture? The result mp4 file of video recording is still mirrored compared with the camera preview when using the front camera.

apalala-dev commented 1 year ago

Please, specify on which platform you are trying to use the feature. Since Android and iOS are handled differently, behaviours may be different.

About this specific issue on Android: yes, mirrorFrontCamera only supports taking pictures for now. The Android video equivalent native API just released a few days ago, so we might include it in a later release (same parameter but it will also apply to videos).

I believe that the iOS part doesn't mirror videos as well from a quick check in the code, but I may have missed it. @istornz can you confirm it is not implemented yet?

apalala-dev commented 1 year ago

We pre-released the 2.0.0 version that you can can find here. Among the new features, it also includes the ability to mirror video recordings. I'll close the issue as it's now implemented on both Android & iOS platforms.