The question is simple. I know how to invoke the Android built in photo interface to take the photo and store it in the BMP.
My question is, can you take a photo directly, bypassing the interface? My goal is to take a photo and do a preview on the form inside application. This way I have more control and more uniform aproach across different Android devices.
EDIT:
I found out you need JCamera JNI for that and Delphi already had a TJCamera class that implements that interface. However I can't find any example using it. Anyone has anything on that?
EDIT 2:
Here is the code on how to do it in JAVA. I need to know if there is a way to port this to Delphi:
So far I have not tried to port anything to Delphi yet.