Skip to content

Create FreeD

This processor will create a new FreeD message with the specified parameters.

  • typefreed.create
  • params:
    • focus: focus level of the camera
    • id: ID of the camera this FreeD position corresponds to
    • pan: pan angle of the camera
    • posX: X coordinate of the camera's position
    • posY: Y coordinate of the camera's position
    • posZ: Z coordinate of the camera's position
    • roll: roll angle of the camera
    • tilt: tilt angle of the camera
    • zoom: zoom level of the camera
- type: freed.create
params:
id: "1"
pan: "45"
tilt: "30"
roll: "0"
posX: "10"
posY: "5"
posZ: "15"
zoom: "2"
focus: "1"