Enum CameraTransformType
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Camera transform type.
public enum CameraTransformType
Fields
ZeroDof = 00DOF No rotation or translation parameters for any camera extrinsics
ThreeDofRotOnly = 1ThreeDofRotOnly Provides partial camera extrinsics, containing only 3-DOF rotation
SixDof = 26DOF Provides full camera extrinsics, including rotation and translation
FiveDofRotXZ = 35DOF Provides camera extrinsics, including rotation and 2D translation (excluding translation in the gravity direction)