Take photo in background - ARCore + Unity3D
- By Rich3030
- Android Development
- 2 Replies
Have you found a solution for this? I am trying to make an app that visualizes the trackable points in the scene, but takes a photo every time the phone stops moving. Tried some plugins in Unity, but did not work with my phone. Then I tried building it in Android Studio. I have it set up so that it can either take a photo when the camera stops OR visualize the trackable points, but not both. For the AR points, I am using an ArFragment. In order for the camera to work, I need to comment out this fragment and all references to it. Any ideas?
No, I never did. I read something about "shared camera access", but AFAIK, it's basically pausing the camera, letting another process use it, then retaking control. Also, in Android 11 we will be able to access both the front and back cameras at the same time (probably doesn't help you, though!).