Top Banner
Persistent Stereo AR Object Tracking in Unity3D Dr James Birt Using vuforia-samples-eyewear-unity-5-0-5.zip https://developer.vuforia.com/downloads/samples For more details please read: https://developer.vuforia.com/library/articles/Solution/How-To-use-the-Extended-Trac king-API
7

Persistent Stereo Augmented Reality Object Tracking using Unity3D and Vuforia

Feb 19, 2017

Download

Education

James Birt
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Persistent Stereo Augmented Reality Object Tracking using Unity3D and Vuforia

Persistent Stereo AR Object Tracking in Unity3D

Dr James BirtUsing vuforia-samples-eyewear-unity-5-0-5.zip

https://developer.vuforia.com/downloads/samples

For more details please read: https://developer.vuforia.com/library/articles/Solution/How-To-use-the-Extended-Tracking-API

Page 2: Persistent Stereo Augmented Reality Object Tracking using Unity3D and Vuforia

Step 1: Switch off Object Mesh Renderers In my Example I have the default 2

Page 3: Persistent Stereo Augmented Reality Object Tracking using Unity3D and Vuforia

Step 2: ARCamera Settings NB: I have 2 markers

Page 4: Persistent Stereo Augmented Reality Object Tracking using Unity3D and Vuforia

Step 3: ImageTargets > Enable Extended Tracking

Page 5: Persistent Stereo Augmented Reality Object Tracking using Unity3D and Vuforia

Step 4: Test Extended TrackingPhysical Marker Setup Stereo Videos – I can move away from the markers briefly and retain the models

Turn over markersNo longer tracked

Page 6: Persistent Stereo Augmented Reality Object Tracking using Unity3D and Vuforia

Step 5: Enable Persistent TrackingEdit: Vuforia/Scripts/DefaultTrackableEventHandler

ObjectTracker tracker = TrackerManager.Instance.GetTracker<ObjectTracker>();bool success = tracker.PersistExtendedTracking(true);

Add these two lines of code for persistent tracking

Page 7: Persistent Stereo Augmented Reality Object Tracking using Unity3D and Vuforia

Step 6: Test Persistent TrackingPhysical Marker Setup Stereo Videos – I can move away from the markers and retain the models

Turn over markersTheir tracked!!!