Skip to content
ART — Advanced Realtime Tracking
Blog & Guides & Papers

Optical motion tracking: cameras, 6DOF, DTRACK

Optical motion tracking uses IR cameras and markers for real-time 6DOF. How it differs from webcam or IMU tracking, and how ART cameras and DTRACK fit.

  • optical motion tracking
  • DTRACK
  • 6DOF

What “optical motion tracking” means here

In industrial VR, robotics, and metrology, optical motion tracking usually means an outside-in setup: infrared cameras watch the volume, and objects carry reflective markers. Software reconstructs each rigid body as a 6DOF pose — position (x, y, z) plus orientation — and streams it to applications in real time.

ART systems in this class combine tracking cameras with DTRACK. Image processing for markers runs in the cameras; DTRACK calibrates the room, manages targets, and outputs poses on the network. Product overview: ART optical motion tracking products.

This is not phone AR, a webcam body tracker, or a consumer fitness sensor. Those tools solve different problems and do not replace a calibrated multi-camera volume.

Where it belongs — and where it does not

Outside-in optical tracking fits when you need stable room coordinates, several objects at once, and poses that stay consistent from one session to the next:

  • VR CAVE and powerwall reviews with real hardware in the room
  • Robot cells, teleoperation, and HRI labs
  • Large-volume 6DOF measurement

It is a poor match for inside-out headset tracking, IMU-only suits, Kinect-style depth cameras, or animation mocap for games. Those queries often look similar in a search box; the hardware and accuracy requirements are not.

How CAVE and powerwall setups differ from headset-only VR is covered in Optical 6DOF tracking for VR CAVE and powerwall. Marker geometry and calibration are in DTRACK target calibration and room vs. body calibration.

Cameras and software

A working system is cameras plus a tracking backend — not a single USB camera.

  • Cameras: volume, frame rate, and model family (SMARTTRACK3, ARTTRACK6/M, AT7) are compared on the camera comparison page.
  • Software: DTRACK4 is ART’s current optical tracking software for setup, calibration, camera control, and real-time 6DOF output on a Windows PC.

Integration into Unity, Unreal, VRPN, and the SDK is documented under Resources.

Applications

Typical deployments:

Next steps