Output
RigFX can send tracking data to up to 3 destinations simultaneously. Each destination picks its own protocol, IP, and port.
Protocols
You can send camera tracking data as:
- FreeD D1 — legacy binary UDP, see Reference → Lens pipeline & outputs.
- OpenTrackIO JSON — modern JSON, see Reference → Lens pipeline & outputs.
Both are UDP-over-Ethernet protocols.
Per-destination fields
- Protocol — see the protocols listed above.
- Cam ID — FreeD only. Sets the camera ID written into the outgoing FreeD packet (0–255).
- Target IP — IP address to send the camera tracking data to. Usually the render-engine computer.
- Port — UDP port on the target computer to send the data to.
- Enable — toggles the data stream on/off.