Angular camera flips picture (mirror effect)

Hi,

I have a problem with ngcordova camera.

I am not talking about the “-90 degrees problem” that forces every picture taken into landscape mode.

My problem is, when I take a picture and get the preview of it right after it’s taken, the whole picture is reversed from left to right, as if you were looking in a mirror.

Here are my options:

var options = { 
        quality : 75, 
        destinationType : Camera.DestinationType.DATA_URL, 
        sourceType : Camera.PictureSourceType.CAMERA, 
        allowEdit : false,
        encodingType: Camera.EncodingType.JPEG,
		correctOrientation: true,
        targetWidth: 400,
        targetHeight: 400, 
        popoverOptions: CameraPopoverOptions,
        saveToPhotoAlbum: false
    };

I am using samsung galaxy note 3.

Thanks a lot for any suggestions,

Actually I noticed that it happens with my front camera only, and it’s not due to my app or ngcordova… It happens even when I take a normal picture without app.

So I believe it’s not the right place to post it… But if anyone knows how to solve this, it’s still welcome. :smile: