ImagePicker
ImagePicker copied to clipboard
No option to open front camera as default
I will implement this and open a pull request.
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 :/
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...
Any update sir?
Any update For this point ?
intent.putExtra("android.intent.extra.USE_FRONT_CAMERA", true) I think this will help.