Ive been following the Museum App tutorial.
The tutorial has been amazing to follow along with.
Question please, is it possible to run a video when an Object is recognised rather than a static image? If this is possible how might I achieve this? I suspect I’ll need to add code to DinosaurFacts.swift and ViewController.swift
hi @leifnicole,
When the image is recognized, you can do what you want, you can display an image, show a mark or even play a video. The code to play video will be triggered from in the callback function where the image is recognised