I am creating an android application that will need to capture images from the front camera but this function is by far not the main purpose of the application.
I was wondering if there are any pre made custom views that manage and make use of the android Camera object to take a picture but which wraps all the basic camera functions (zoom, focus etc. including the interface) within it and returns me a final image when the user has captured a photo. Does such a thing exist?
I know it seems lazy but it would benefit me to focus on the unique parts of the application instead.
Thanks in advance
you can use intent to do this task ::
and inside onActivityResult ::