Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.06 KB

cameraintrinsics_cameraintrinsics_118705175.md

File metadata and controls

41 lines (27 loc) · 1.06 KB
-api-id -api-type ms.custom
M:Windows.Media.Devices.Core.CameraIntrinsics.#ctor(Windows.Foundation.Numerics.Vector2,Windows.Foundation.Numerics.Vector2,Windows.Foundation.Numerics.Vector3,Windows.Foundation.Numerics.Vector2,System.UInt32,System.UInt32)
winrt method
RS5

Windows.Media.Devices.Core.CameraIntrinsics.CameraIntrinsics

-description

Constructs an instance of a CameraIntrinsics.

-parameters

-param focalLength

The focal length of the camera.

-param principalPoint

The principal point of the camera.

-param radialDistortion

The radial distortion coefficient of the camera.

-param tangentialDistortion

The tangential distortion coefficient of the camera.

-param imageWidth

The image width of the camera, in pixels.

-param imageHeight

The image height of the camera, in pixels.

-remarks

-see-also

-examples