-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video is not rendered when tried to implement "examples/arNFT_video_example.html" #334
Comments
Hi @subramani01 thanks to report this. Please add more infos: Are you running in localhost the repository? Which OS and Browser are you using? What do you see when the marker is tracked? |
@kalwalt Thanks for the quick reply.
I wanted this to work badly cause i saw the demo, its works perfect, the rendered video is not jittering when the target image is detected as compared to all the open source packages i tried so far in the past few days. Can you help me with this issue. |
Ok so you are using ngrock that is a bit different i think than running simply a python or node server on your local machine. I have no experience with ngrock, but try to debug if possible and check if if the video stream is interrupted for some reason or maybe a proxy? i don't know.... It's hard to me to help in this sense with so few infos with your set up. |
Have you a link of your app to share? |
Can i share the app link that is running on ngrok, you take a look and let me know |
I tried to add eventlisteners to my implementation of the example, its not working, but when i use these two events on your extracted project file its working. let me share two screenshots of console.log, one is from my implementation, other yours. |
yes if possible share it please. |
I downloaded the project zip file and running the examples from there, its working, but when i tried to implement the example on my own its not working.
Can anyone help to render/display the video when the target image is shown to the camera feed.
The text was updated successfully, but these errors were encountered: