struct SetStereoCameraProjectionCmd

Defined at line 3523 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/wire_types.h

Sets a StereoCamera's projection matrices.

This operation can only be applied to a StereoCamera.

Constraints:

- `camera_id` refs a `StereoCamera`.

- `left_projection` is the projection matrix for the left eye.

- `right_projection` is the projection matrix for the right eye.

These projection matrices may also contain a transform in camera space for

their eye if needed.

Public Members

uint32_t camera_id
Matrix4Value left_projection
Matrix4Value right_projection