This page has been translated automatically.
Getting Started
Migrating to UNIGINE 2.0
C++ API Migration
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
Usage Examples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

ARTracker Add-On

The ARTTRACK System is an optical tracking system used for motion capturing.

An ARTracker add-on is used for integration UNIGINE 2 with the ARTTRACK System: it allows for processing data received from cameras for its further visualization in real-time.

Warning
The add-on is available only in the Professional and Sim Unigine SDKs.

Launching ARTracker

To use the add-on, you should perform the following:

  1. Install the ARTracker add-on (available via UNIGINE SDK Browser in the Add-Ons section).
  2. Go to the Projects tab of the SDK Browser and choose Other Actions -> Configure Project -> Add-ons.
  3. Move the ARTracker 1.0 add-on to the In Use area and click Ok.
  4. Specify the extern_plugin command line option on the application start-up:
    Shell commands
    main_x86 -extern_plugin "ARTracker"
    						
Last update: 2017-07-03
Build: ()