Closed
Description
I have a screen in my app where user can upload his profile pic. whenever he opens this screen, camera should open directly in selfie mode (without any user interaction) and should allow him to take his selfie. The selfie captured by camera should be loaded in a frame for preview.
Can someone please suggest:
- how can I load the camera to directly capture selfie?
- how can I load the selfie captured by camera in a frame of my screen?
Thanks.