Ionic-native: 'cameraDirection: Camera.Direction.FRONT' camera options not working in android

Created on 15 Nov 2016  路  4Comments  路  Source: ionic-team/ionic-native

Greetings to all.
I need a little help.

https://github.com/apache/cordova-plugin-camera#cameradirection--enum this GitHub cordova-plugin-camera docs say in order to open FRONT camera use integer '1'.

And what ionic-native camerav2 docs https://ionicframework.com/docs/v2/native/camera/#CameraOptions
says is for FRONT camera use integer '0' (camera.d.ts file says the same).

I'm confused, I tried both options cameraDirection: 0 and cameraDirection: 1.
And while running on android MOTO G4 device it opens back camera.

I also tried this one... cameraDirection: Camera.Direction.FRONT. But it opens back camera always.

Can anyone help me out of this?

Thanks in advance.

Check this forum topic too for reference https://forum.ionicframework.com/t/camera-options-not-work/70193/4

Most helpful comment

Sorry, but is there any workaround or other way to take a picture to use the front camera (on Android devices)?

All 4 comments

I went through documentation,
at this link https://github.com/apache/cordova-plugin-camera#android-quirks-1 the first line says the all. :frowning:

Is there any other option to do work android front camera by default?

Sorry there is nothing we can do on our end. You will have to contact the developers to ask them to fix this or use an alternative plugin that supports front facing camera. Your app users will still be able to use their front camera but they have to select it manually when the camera app launches.

Sorry, but is there any workaround or other way to take a picture to use the front camera (on Android devices)?

Any workaround for this on Android devices? Or do we have to use a different plugin instead?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kyleap picture kyleap  路  4Comments

wwallace picture wwallace  路  4Comments

ghost picture ghost  路  3Comments

lycwed picture lycwed  路  4Comments

icchio picture icchio  路  3Comments