You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, thank you very much for all the amazing work you've done. I'm trying to achieve, a simpler implementation working, namely - having a Vimeo video playing as AR on a cell phone.
I haven't had any luck while using the following code on iOS, though desktop playback IS working. I've not tested on android. So it works on Desktop but not on cellphones. What am I missing to get a video to appear with AR on iOS?
I'm using A Vimeo plus account, .env has been changed to use a Vimeo_token and the Vimeo video plays on my desktop, (apple/safari) but a black rectangle is all that appears when viewing is attempted on a iPhone 12. Here is the code ( to replace Examples/basic.html )
<%- include('header.html'); -%>
<%- include('footer.html'); -%>
The text was updated successfully, but these errors were encountered:
Hi, Same problem with me. I am trying a simple integration where I want to play a video in AR by using Vimeo.
I am trying with arjs, but as soon as I do this, the video is not playing only the first frame is loading.
Hey there, thank you very much for all the amazing work you've done. I'm trying to achieve, a simpler implementation working, namely - having a Vimeo video playing as AR on a cell phone.
I haven't had any luck while using the following code on iOS, though desktop playback IS working. I've not tested on android. So it works on Desktop but not on cellphones. What am I missing to get a video to appear with AR on iOS?
I'm using A Vimeo plus account, .env has been changed to use a Vimeo_token and the Vimeo video plays on my desktop, (apple/safari) but a black rectangle is all that appears when viewing is attempted on a iPhone 12. Here is the code ( to replace Examples/basic.html )
<%- include('header.html'); -%>
<%- include('footer.html'); -%>The text was updated successfully, but these errors were encountered: