I am working on an App and capturing images using UIImagePickerController. When application launches UIImagePickerController‘s object it has back camera as default selection. Everything works fine with back camera.
However, when I change the camera source to frontFacingCamera from imagePicker’s toggle camera button and capture image, I get a mirrored image. My left arm shows as right arm in image. How do I solve this issue?
- So is it possible to resolve this issue with
UIImagePickerController? - If not that is there any way I can do image processing to get normal image?
- Is it mandatory to learn
AVFoundationclasses for this issue? - if yes to 3rd. Please navigate me to a good tutorial for this.
Unfortunately, I am very weak in AVFoundation.
I had the same problem and used this Method to mirror the image the other way round.