コンテンツにスキップ

Camera Tracker Tester

このコンテンツはまだ日本語訳がありません。

The CameraTrackerTester driver is a type of PositionDriver that can be used to simulate camera tracking data. The Camera Tracker Tester is useful whenever you need to simulate or prototype a camera-tracking workflow without a physical tracking system connected. It allows you to drive a virtual camera using the position and movement of another camera in the scene.

This tool is especially helpful when:

  • Testing camera-tracking behaviour before hardware is available.
  • Prototyping AR, xR, or virtual production setups in an offline environment.
  • Validating how positional or rotational offsets affect the final camera output.
  • Simulating tracking latency using adjustable delays.
  • Developing or tuning workflows for zoom/focus response without requiring real encoder data.
  • Demonstrating camera-tracking behaviour in training or educational environments.

By simulating tracking output from another camera in the Stage view, the Camera Tracker Tester provides a safe and convenient way to experiment with tracking behaviour, understand FOV dynamics, and fine-tune camera behaviour before integrating real-world tracking hardware.


Camera Tracker Tester

Camera used as the source of the positional data.

Offset/Rotation to be applied to the source camera’s position.

Offset/Rotation to be applied to the camera’s focal plane.

Min/Max values of the range used to scale the camera’s FOV.

Artificial delay time that can be added to the source camera tracking data.

Overrides for the Zoom/Focus encoder value.


  1. Create two new cameras in the Stage menu; camera 2 will be used to represent the camera tracking system that sends tracking data to camera 1. Camera Tracker Tester
  2. Open the Video Input Patch Editor.
  3. Patch Camera 2 to an empty video input (the image below shows Camera 2 mapped to video input 1). Camera Tracker Tester
  4. Open the camera 1 properties menu, expand the Physical tab, and assign the Video in field to videoin_1.mov. You should now see the output of camera 2 within the camera 1 preview thumbnail. Camera Tracker Tester
  5. Open the Devices menu and add a new PositionReceiver Device. Camera Tracker Tester
  6. Add a new driver to the and choose the PositionReceiver Device from the list of Position Drivers. Camera Tracker Tester
  7. Assign the source camera for the CameraTrackerTester to Camera 2. Camera Tracker Tester
  8. Return to the properties menu of Camera 1 and in the Tracking source field, assign the CameraTrackerTester as the source. The Offset, Rotation, and Fields of view will now appear green. Camera 1 and Camera 2 properties
  9. Now, as you move Camera 2 in the Stage view, Camera 1 will automatically track along.

Developer Documentation