How to access current camera image and save it? #161
Unanswered
cyberhenoch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think it will be complicated since AR Core locks other camera usage. You can have a look at what AR Core shared camera is proposing but I don't think it's made for that. Can you ask it on the AR Core repo and link it here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a good way to save image from arSceneView Surface here. But is it possible to get a surface with raw camera feed without the rendered scene? I would need a resolution greater than 640x480 from the ARCore frame.acquireCameraImage()
Beta Was this translation helpful? Give feedback.
All reactions