Skip to content

Confusion about camera rotation documentation #638

Description

@ThomasSchnapka

The procedural data provider doc states:

Internally, MapillaryJS operates in a local topocentric East, North, Up (ENU) reference frame.

[...]

In our procedural provider we want all cameras to look to north, so we use the [Math.PI / 2, 0, 0] angle-axis rotation for the camera reference to world reference frame transform.

As I understand angle-axis rotations, [Math.PI / 2, 0, 0] corresponds to a rotation by π/2 around the X-axis, which is the East-axis in ENU, whereas a rotation to North would be [0, 0, -Math.PI / 2]. Could you elaborate on how the rotation is defined here?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions