Share via


CameraParameters Structure

This class is used to store the intrinsic camera parameters. These parameters describe the optical system of the camera lens and sensor.

Syntax

public value struct CameraParameters
public struct CameraParameters
var cameraParameters = {
      focalLengthX : /* Your value */, 
      focalLengthY : /* Your value */, 
      principalPointX : /* Your value */, 
      principalPointY : /* Your value */
}     

Members

CameraParameters has the following members.

Fields

Name Description
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

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

Microsoft.Kinect.Fusion Namespace