I see that in Snapchat and Facebook , we can take a video with front camera without mirror effect. Is this a custom camera with native-code language or OpenGL or could we do it with the default camera tools (camera1 or camera2 , Surfaceview, TextureView...)
I have already seen those questions :
- How to record video in front camera using surfaceview without mirror effect?
- How to keep android from inverting the image from the front facing camera?
- Prevent flipping of the front facing camera
- Android flip front camera mirror flipped video
But they don't really resolve this issue.
Could anyone give me an idea how to disable mirror effect in front camera and record a video without this effect ?
Any help would be appreciated! Thanks,