AR multi image traking
UNREAL ASSETS
Documentation
Template And Demos
AR Multi Image Tracking Demo: demo
Template
- AR Image Tracking Template provides a ready to use a template for faster and easy access to AR Multiple Image Tracking,
- It scans for three images, when an image is detected it will put the tracked object on top of the tracked image.
Demos
Demo 01
- AR Measurement with Image Tracking
- Demo 01 implement AR Measurement with Image Tracking,
- It scans for two images, when it detated an image it places an object on top of that image.
- When two images are detected at the same time it will display the distance between these two images.
- Users can change the location of these two images and the measurement will update based on these images.
Demo 02
- Interaction between two images.
- Demo 02 shows how to interact between two tracked images.
- It scans for two images, when the first Image Detects it will spawn the spaceship on top of the tracked Image and update the transformation based on the tracked Image.
- When it detects the second image the spaceship will move from first Tracked Image to Second Tracked Image.
- After a few seconds it will keep moving the spaceship to the second tracked image location.
Demo 03
- Tracked Object Transformation.
- Demo 03 showcases how to change tracked object transformation,
- In this demo users can change the scale and rotation of the tracked object.
- the same method can be used for changing the location of the tracked object(it's very uncommon to change the location of the tracked object)
- For changing the size of the mesh pinch two-finger,
- For changing the rotation of the mesh swipe on the screen with one finger.
Demo 04
- Find Player Transformation From Tracked Image.
- Demo 04 showcases how to find player[Pawn/Character] location from tracked objects.
- It scans for images, when an image is detected an spaceship gets spawn on top of the tracked image.
- After spawning it rotates to the player's location and starts firing the bullets at the player.
Demo 05
- AR Business Card.
- Demo 05 provides AR Business Card Demo/Template.
- When the user scans the business card it shows the other side of the card with the animation.