Skip to content

Camera Properties

Cameras can be configured according to the properties of the real-world cameras they represent.

To create a camera and amend camera properties:

  1. Open the stage editor by right-clicking stage from the dashboard or by right-clicking the floor in the visualiser.
  2. Expand the Cameras tab. Cameras tab
  3. Right-click a camera from the list or create a new one.
  4. Adjust the desired properties of the camera using the editor.

Cameras properties

Camera settings

The offset in meters of the camera’s position from its parent. When parented to the stage which is the default this is the camera’s world position.

The rotation transformation in degrees from its parent. When parented to the stage, which is the default, this is the camera’s world rotation.

See Object tracking source and Camera tracking for more information.

Resolution Source (visualiser camera only)

Section titled “Resolution Source (visualiser camera only)”
  • Take from GUI - Default, Use the resolution of the GUI display.
  • Fixed - You can specify a custom resolution. Will not change the resolution of the display, only the camera’s view.

The resolution that the camera will use to render its view.

The vertical field of view in degrees of the camera.

The horizontal field of view in degrees of the camera.

Camera preview

Sets the camera preview to Transmission, Backplate, or Frontplate.

Toggles whether the camera preview will show Alpha or not.

Camera output

Opacity of the set extension.

Feather of the set extension. This is defined as the width of the feather in pixels.

Opacity of the video input in the full camera composite. Helpful if you want to see how well the set extension is lined up.

Opacity of the AR (frontplate) content. Helpful to see how well the AR content is lined up.

Applies a radial mask to the film content. This can be helpful to remove excessive radial distortions, particularly for Virtual cameras.

  • Backplate aligned: Front plate is delayed and reprojected with the backplate so frontplate and backplate content are displayed in sync. This is the default.

  • No reprojection: Frontplate is delayed along with the backplate content but is not reprojected. This is used for frontplate content that aligns more with the filmed content.

  • Minimal latency: Backplate image and frontplate images are taken from two different points in time. This results in the latest frontpate frame being displayed.

Defines how content assigned to frontplate is ordered in the composite stack.

Defines which LUT is applied to the camera. Designer has a number of LUT files built in.

Hold output freezes the current frame of the camera output. This is a toggle setting.

Camera Stage Render

Stage render settings control how cameras render the virtual stage. Right-click on default to open the default configuration; left-click on default to open the StageRenderSettings list manager to create a new configuration or recall an existing one. See Stage Render Settings for more information.

  • Perspective - Perspective view.
  • Orthographic - Orthographic view.

Orthographic cameras have no concept of depth and distance from the scene. A zoom-like effect can be achieved by adjusting the Orthographic scale, but this setting is independent from zoom in the equivalent perspective camera.

Any geometry closer than the near-clipping plane or further than the far-clipping plane will clipped (not be rendered). The values are in meters.

Reducing the range of these values can improve shadow quality and reduce shadow acne.

Physical

Defines the live video input this camera is linked to.

Used to create spatial calibration configurations. See Spatial calibration for more information.

Roundtrip latency time calculated from the Video Receive Delay calibration process.

Amount of time in seconds between the camera frame arriving and the tracking data associated with it arriving. This is calibrated automatically during Tracking delay calibration.

Lens

Defines the overscan ratio. The Default is 1. Setting to 1.1 would mean an overscan of 10%. The higher the overscan, the higher the performance impact.

Overscan resolution is the readout value in resolution of the overscan values.

Aspect ratio of lens image.

Focal length of lens in mm.

Width of lens in mm, used to normalise focal length and center shift.

Center shift of lens in mm, based on sensor size.

  • k1 - First order radial distortion coefficient, in normalised coordinates.
  • k2 - Second order radial distortion coefficient, in normalised coordinates. = k3 - Third order radial distortion coefficient, in normalised coordinates.

Focus

The focus parameters are used for depth of field simulations in Designer and RenderStream engines.

Depth of field simulation is applied to stage renders in Designer when the Focus mode is not Disabled. This applies depth of field in camera previews (including the visualiser camera if set), the 2.5D layer and the Stage render layer.

Depth of field for a 2.5D layer

Using lens focus parameters in Unreal Engine

Section titled “Using lens focus parameters in Unreal Engine”
  1. Set up a Renderstream layer with an Unreal asset, with a channel created from a CineCamera.
  2. Map the channel to a Camera or MR set’s Backplate or Frontplate.
  3. Start the RenderStream workload.
  4. Set the Focus mode to Manual or Object tracking.
  5. Adjusting the lens focus parameters in the camera should cause the depth of field effect to change in Unreal Engine.
  • Disabled: No focus effects applied.
  • Manual Use focus distance set manually or from tracking source.
  • Object Tracking Set the focus distance based on a tracked object.

When in Object Tracking mode, the Focus distance is calculated based on the depth of this object’s centroid relative to the camera.

Distance to the focal plane in m. Editable in Manual mode, calculated automatically in Object Tracking mode.

Aperture (f-stop) value, defined as the focal length / aperture diameter.

Prediction

The amount of time between Designer outputting the frame and capturing the image. Prediction is turned off when this value is zero. If you want to turn prediction on, increase this value until the image looks good. Do not increase beyond the Video Receive Delay value.

How much of the history of the tracking data to predict into the future. Expressed in frames.

How many terms we used to model the movement. Two terms is linear. Three terms is a cubic prediction.

Camera hierarchy

Shows the parent object (this is usually the stage, so the object will be offset from the origin point of the stage).

Shows children of the object.

  • Click Add child to create a parent/child relationship between this object and another.
  • Click Parent to stage to re-parent the object back to the stages origin point.