0
My app involves an Activity that takes a photo. When the user enters this option and opens the camera, I would like to put an intermediate layer. Something like a square or a "scope" over the image that appears on the camera.
0
My app involves an Activity that takes a photo. When the user enters this option and opens the camera, I would like to put an intermediate layer. Something like a square or a "scope" over the image that appears on the camera.
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
Why is it not clear enough? I think Rafael’s question seems very clear.
– Jorge B.
When you say that your app "involves an Activity that takes a photo", you mean that you own a
Activity
with aSurfaceView
and etc, right? Or you open the camera app of your device by aIntent
?– Paulo Rodrigues