How to make an iOS app for seeing a AR movie tracking on a card
Today, I'm going to introduce a second iOS app with AR technology. Wherever you hold a card, we can see a short movie which is playing on this card.
Let's dig in now ...
Step 1: Open up Xcode and choose the Augmented Reality App template -
Step 2: Import or drag a downloaded short movie video from local folder to the folder Tracker 0
Step 3: To instantiate card.scn in the view controller
Made a new scene here which called card where in the folder art.scnassets. This is the virtual card we can see it by the camera.
Click "+" button to create more nodes in the scene graph of card.scn in order to see
You also can create more objects over there. For example, create a pyramid. We can manipulate it in any directions.
Step 4: To create a new configuration for card tracking
Step 5: Core codes about performing when the card that we're tracking, where appears a short video playing on the card
Git Link from Prof Vladimir Cezar
Thank you Vladimir Cezar !!!