Is it possible to write code which not only invokes the default camera
application in android but also captures the image (automatically, not with user pressing the capture button
).
With the help of photobasics tutorial, I want to access built-in camera from my application, but how can I also automatically capture the image once the app opens?
I know this can be done via camera api, but is there anyway to trigger the capture
function of mobile's camera app
?