hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.21k stars 413 forks source link

I want to play video on target scan and the video should keep playing until it is finish even after the target is lost and once the video is over the the scanner should start again to detact another target #431

Closed viniith21 closed 8 months ago

viniith21 commented 1 year ago

`

Scan the Image

` tried this please help me

BostonLeeK commented 1 year ago

Like I understand you want to use marker only to understand I'd of the video. If is that you just need use marker to trigger event with passing I'd and that in another container outside the marker play video.

If you want play video on marker and after you lost tracking fix it on screen, you must track event of marker lost and then make same that I write before. For example you can pass time to make smooth transition.