Augmented Reality


Steps To Follow

1.Go to the site https://developer.vuforia.com - Register and then login

2. In Target Manager Create Database, Add the target to the dataset. (Add width of the image. Image size will be width*Height)The no. of stars indicate the level to which the target can be augmented. 0 stars indicate the target cannot be augmented.

3. Select download to download the dataset to the unity editor

4. Go to unity, right click Assets->Import Package-> Custom Packages

select all and click import

5. Select AR Camera and select the dataset and the target image.

6.Check the below checkboxes.
  • · load dataset name
  • · activate

To Augment an object:
1. Go to Assets->Qualcom Augmented Reality->Prefab->Image Target

2. Drag and drop Image target to Hierarchy

3. From the Image target Behaviour select Dataset and Image Target

4. Create a gameobject(cube) as a child of image target, scale it to the required size.

To Augment a Video:

1. Add video (from Assets-> Vuforia video Playback-> Prefabs ->Video) as a child to the image target, add icon as child to video
2. To assign video, select the video in the hierarchy ,copy the path of the video to be added from the Assets->Streaming Assets .Add the format to the path like mp4.Video clip must be present in the streaming asset folder inside assets.

To Augment a Link:

1. Add a plane as a child of the image target, add any texture to the plane if required.

2. To the AR Camera attach a script to redirect to the link.









Comments

Popular posts from this blog

How to retain the data annotations or class during modify a table in the database

Interview Questions

AJAX CONTROL