Table of Contents

Enum CameraTransformType

Namespace
easyar
Assembly
EasyAR.Sense.dll

Camera transformation type.

public enum CameraTransformType

Fields

ZeroDof = 0

0DOF No rotation or translation parameters for camera extrinsic.

ThreeDofRotOnly = 1

ThreeDofRotOnly Provides partial camera extrinsic parameters, including only 3 degrees of freedom rotation.

SixDof = 2

6DOF Provides full camera extrinsic parameters, including rotation and translation.

FiveDofRotXZ = 3

5DOF Provides camera extrinsic parameters, including rotation and 2D translation (excluding gravity direction translation).