ImagePicker icon indicating copy to clipboard operation
ImagePicker copied to clipboard

No option to open front camera as default

Open RibinHaridas opened this issue 5 years ago • 6 comments

RibinHaridas avatar May 05 '19 15:05 RibinHaridas

I will implement this and open a pull request.

soareseneves avatar May 10 '19 12:05 soareseneves

It seems this will be harder than I thought, this library is using default camera intent, meaning the camera cannot be specified, a camera api is required in order to achieve that :/

soareseneves avatar May 10 '19 14:05 soareseneves

I researched a little bit more and unfortunately I don't think I have the experience to use the Camera API just yet, I might need a little time to learn or maybe I can find some library that already has a camera view using the Camera API...

soareseneves avatar May 10 '19 16:05 soareseneves

Any update sir?

hbb20 avatar May 06 '20 00:05 hbb20

Any update For this point ?

ArisChoice avatar Nov 02 '21 12:11 ArisChoice

intent.putExtra("android.intent.extra.USE_FRONT_CAMERA", true) I think this will help.

ted81 avatar Mar 29 '23 10:03 ted81