I’m developing an android app for the visually-impaired people, so it will be very convenient for them if I can take and save the picture automatically without pressing the save button after taking a picture. I’m looking for API from android developer website, but I didn’t find any API which is helpful for me. Anyone who has any idea about how to achieve this goal?
I’m developing an android app for the visually-impaired people, so it will be very
Share
You could add the steps to save the image inside the
PictureCallBack.onPictureTakenof your own Camera Activity.Here’s an example:
Remember to add in your
AndroidManifestthe permission: