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