Skip to content

Native

Info

This tutorial explains the usage of the VIRNECT Track native C++ sample application for Windows or Linux platforms.

  1. Download or build the application form our Sample Project
  2. Train or download Sample Targets to track
  3. Open a Command Line Interface and start Track-Native.exe with the following arguments:

    Argument Description
    licenseKey Your Track license key
    targetDataPath Folder containing the target files
    targetNames List of Target names without TRACK_ prefix. Multiple Targets can be separated with #
    cameraID or fileSequencePath USB camera ID as an integer (starting with 0) or path to a folder containing a consecutive image sequence
    cameraCalibrationPath Path to camera calibration JSON file representing the intrinsic camera parameters of the used USB camera. (Optional)
  4. Face your Targets to track them:

Back to top