Can I call camera using Intent, if yes then what is the difference between intent and Camera?
cam = Camera.open();
I write above code but I get an error.
How can I solve this error?
Can I call camera using Intent, if yes then what is the difference between
Share
Of course yes.
You will get data onActivityResult
add the following feature in the Manifest.