Camera

Camera objects represent virtual cameras that can be used to render the scene.

Note that Camera objects do not necessarily relate to camera poses that were imported or tracked from imported images. See the Image Set page for details on how to create Camera objects from tracked camera poses.

General

Position

This parameter specifies the position of the camera.

You can also manipulate the camera position interactively in the viewport by setting it as the active viewport camera and using the camera controls to move it. See the Viewport page for more details.

Alternatively, you can move the camera position as follows:

  • Activate any other camera on the viewport
  • Select the Camera object to manipulate in the Scene Tree
  • Ensure that the Show Camera Poses tool is checked in the Viewport Tools.
  • Select the  Move tool from the Viewport Tools
  • Drag the position handles in the viewport

Rotation

The three rotation angles specify the rotation around the camera's X axis (tilt), Y axis (pan) an Z axis (roll) respectively.

Track Target

Controlling the camera's view direction can be easier if we specify a target to point the camera at instead of specifying the rotation angles directly.

If Track Target is enabled, the camera will update the pan and tilt rotation angles automatically such that it is always looking at the target point.

You can also manipulate the target point interactively in the viewport as follows:

  • Expand the Camera node in the Scene Tree
  • Select the Target child node
  • Select the  Move tool from the Viewport Tools

Focal Length

Specifies the focal length of the virtual camera lens in millimeter as a 35mm equivalent.

Horizontal/Vertical Field of View

The Field of View angle parameters allow to control the focal length indirectly by specifying view angles instead.

Lens Shift

This parameter specifies the displacement of the lens relative to the sensor as a fraction of the sensor size. For example, the value -10, 20 would move the lens 10% of the sensor width to the left and 20% of the sensor height down from its default center position.

See Tilt-shift photography for some background information on the use-cases of Lens Shift.

Image Resolution

The image resolution in pixels is used for both the rendering in the viewport, if the camera is usedd as the active viewport camera, as well as the output resolution when rendering to image or video files.

Note that the actual viewport resolution may be less than the specified image resolution depending on the application window size.

Color Settings

Exposure

This value specifies the relative exposure compensation in EV applied when rendering this camera. This can be used to adjust the global brightness levels when rendering models trained from High-Dynamic-Range (HDR) footage.

Note that this compensation only affects the brightness of the image. Motion Blur remains unaffected.

Tone Mapping

When enabled, a simple tone mapping operator is applied that maps High-Dynamic-Range colors into the Standard-Dynamic-Range (SDR).

Note that the Exposure parameter above still applies, such that you may need to adjust it when enabling or disabling Tone Mapping.

Rdnc Fields

Z Depth

Depth as Greyscale

When enabled, the camera renders depth instead of RGB color using a gradient from black to white, where black is the closest distance to the camera and white is the farthest distance, as specified by the Max Depth parameter below.

Invert Depth

If this option is checked, the depth color gradient will be inverted, such that white is the closest distance and black is the farthest.

Max Depth

This values specifies the farthest distance for the depth color gradient. Pixels that are farther away will be treated as if they were at this Max Depth distance.

Output

Render Output Path

This parameter specifies the file path that images will be saved to when you use the Render action from the Main Tools.

If the file extension is an image format like .JPG, .EXR or similar, the rendered images will be stored as an image sequence.

If the file extension is a video format like .MOV, .MP4 or similar, the images will be stored as a compressed video in that format.

Video Codec Bitrate

If the Render Output Path above specifies a video file, this parameter will be used to control the compression rate and thus the video quality.

The Video Codec Bitrate is not used when rendering to image file sequences.