Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stores the intrinsic camera parameters. These parameters describe the optical system of the camera lens and sensor.
Syntax
typedef struct _NUI_FUSION_CAMERA_PARAMETERS {
FLOAT focalLengthX;
FLOAT focalLengthY;
FLOAT principalPointX;
FLOAT principalPointY;
} NUI_FUSION_CAMERA_PARAMETERS;
Members
- focalLengthX
The focal length for X normalized by the camera width. - focalLengthY
The focal length for Y normalized by the camera height. - principalPointX
The principal point for X normalized by the camera width. - principalPointY
The principal point for Y normalized by the camera height.
Requirements
Header: nuikinectfusioncolorvolume.h
Library: TBD