Difference between revisions of "HowTo:Configure Dynamic AR Content"
Line 3: | Line 3: | ||
Therefore, every time the user has scanned an ID marker or a picture, the corresponding object (3D object, movie or {{UBIK}} object) will be processed and, according to the configuration, displayed on the screen. | Therefore, every time the user has scanned an ID marker or a picture, the corresponding object (3D object, movie or {{UBIK}} object) will be processed and, according to the configuration, displayed on the screen. | ||
− | = | + | = Prerequisites = |
In order to be able to use the feature properly, a certain folder structure is required and can be found at the following link [http://wiki.augmensys.com/images/6/66/Dynamic_AR_Content_Folder_Structure.rar FolderStructure]. The setup folder contains: | In order to be able to use the feature properly, a certain folder structure is required and can be found at the following link [http://wiki.augmensys.com/images/6/66/Dynamic_AR_Content_Folder_Structure.rar FolderStructure]. The setup folder contains: | ||
# A root folder, named ''UBIK'' | # A root folder, named ''UBIK'' | ||
Line 44: | Line 44: | ||
A senseful configuration always consists of a tracking configuration (in one of the TrackingData.xml) and a corresponding action configuration (in the parallel ActionMapping.xml). So when the pattern configured in tracking is recognized by the camera, the configured action is triggered. | A senseful configuration always consists of a tracking configuration (in one of the TrackingData.xml) and a corresponding action configuration (in the parallel ActionMapping.xml). So when the pattern configured in tracking is recognized by the camera, the configured action is triggered. | ||
− | + | = Tracking Setup = | |
The first step is to configure the tracking data xml in order for {{UBIK}} to recognize scanned pictures and ID's. | The first step is to configure the tracking data xml in order for {{UBIK}} to recognize scanned pictures and ID's. | ||
Line 62: | Line 62: | ||
{{Attention|The ID must be an integer number and it is not allowed to leave gaps, otherwise tracking wont work!}} | {{Attention|The ID must be an integer number and it is not allowed to leave gaps, otherwise tracking wont work!}} | ||
− | + | = Action Setup = | |
After the folder is configured, the next step is to validate the schema against an online validator. A solution can be found at [http://www.utilities-online.info/xsdvalidation/ Online XML Schema Validator]. The schema used to validate against can be found inside the ''UBIK'' Folder and is named ''xsd_schema_validation''. | After the folder is configured, the next step is to validate the schema against an online validator. A solution can be found at [http://www.utilities-online.info/xsdvalidation/ Online XML Schema Validator]. The schema used to validate against can be found inside the ''UBIK'' Folder and is named ''xsd_schema_validation''. |
Revision as of 11:52, 17 February 2015
The Dynamic AR Content feature allows the user to see different content according to a marker configuration. The configurable content are 3D objects, movies and UBIK® objects. Currently this feature is enabled for ID Markers and Markerless scanning, meaning image tracking. Therefore, every time the user has scanned an ID marker or a picture, the corresponding object (3D object, movie or UBIK® object) will be processed and, according to the configuration, displayed on the screen.