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.
Represents the calibration data for the depth camera.
Syntax
public value struct CameraIntrinsics
public struct CameraIntrinsics
var cameraIntrinsics = {
focalLengthX : /* Your value */,
focalLengthY : /* Your value */,
principalPointX : /* Your value */,
principalPointY : /* Your value */,
radialDistortionFourthOrder : /* Your value */,
radialDistortionSecondOrder : /* Your value */,
radialDistortionSixthOrder : /* Your value */
}
Members
CameraIntrinsics has the following members.
Fields
| Name | Description |
|---|---|
| FocalLengthX | The X focal length of the camera, in pixels. |
| FocalLengthY | The Y focal length of the camera, in pixels. |
| PrincipalPointX | The principal point of the camera in the X dimension, in pixels. |
| PrincipalPointY | The principal point of the camera in the Y dimension, in pixels. |
| RadialDistortionFourthOrder | The fourth order radial distortion parameter of the camera. |
| RadialDistortionSecondOrder | The second order radial distortion parameter of the camera. |
| RadialDistortionSixthOrder | The sixth order radial distortion parameter of the camera. |
Requirements
Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd