How to take screenshots of the AR mode (picture of the model and the environment) in the webXR? #4256
Unanswered
gabrielgaldinomagalhaes
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Probably the right way to do this is as a feature in MV. I believe you'll need to request camera permission to get the background, then composite our render on top. It hasn't been enough of a priority for us to tackle yet, but we'd be very supportive of a PR. Feel free to start a draft and ask questions in the PR if you're having trouble and we'll help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looking for this as well.. are there any news on this, even if just experimental? Thx! |
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
-
I'm trying to code a way to allow the users to save screenshots of the AR experience in the webXR.
I tried somethings as < canvas > that doesn't get the model viewer "viewport" and toBlob but it only get the model and doensn't get the environment that the model is in. None of them worked.
What would be the best way to make that?
I just want to allow the user to take pictures inside the AR experience (screenshots)
Beta Was this translation helpful? Give feedback.
All reactions