KnownCameraIntrinsicsProperties
KnownCameraIntrinsicsProperties
KnownCameraIntrinsicsProperties
KnownCameraIntrinsicsProperties
Class
Definition
Provides static methods for retrieving intrinsic properties of a camera.
public : static class KnownCameraIntrinsicsPropertiespublic static class KnownCameraIntrinsicsPropertiesPublic Static Class KnownCameraIntrinsicsProperties// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
FocalLength FocalLength FocalLength FocalLength
Gets a string key used to retrieve an array of single-precision, floating-point property values indicating the focal length of the camera.
public : static PlatForm::String FocalLength { get; }public static string FocalLength { get; }Public Static ReadOnly Property FocalLength As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Indicates the focal length of the camera. This property is a SingleArray value that should be interpreted as a vector.
PrincipalPoint PrincipalPoint PrincipalPoint PrincipalPoint
Gets a string key used to retrieve an array of single-precision, floating-point property values indicating the principal point, relative to the camera.
public : static PlatForm::String PrincipalPoint { get; }public static string PrincipalPoint { get; }Public Static ReadOnly Property PrincipalPoint As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Indicates the principal point, relative to the camera. This property is a SingleArray value that should be interpreted as a vector.
RadialDistortion RadialDistortion RadialDistortion RadialDistortion
Gets a string key used to retrieve an array of single-precision, floating-point property values indicating the radial distortion of the camera.
public : static PlatForm::String RadialDistortion { get; }public static string RadialDistortion { get; }Public Static ReadOnly Property RadialDistortion As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Indicates the radial distortion of the camera. This property is a SingleArray value that should be interpreted as a vector.
TangentialDistortion TangentialDistortion TangentialDistortion TangentialDistortion
Gets a string key used to retrieve an array of single-precision, floating-point property values indicating the tangential distortion of the camera.
public : static PlatForm::String TangentialDistortion { get; }public static string TangentialDistortion { get; }Public Static ReadOnly Property TangentialDistortion As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Indicates the tangential distortion of the camera. This property is a SingleArray value that should be interpreted as a vector.