KnownPerceptionVideoFrameSourceProperties.CameraIntrinsics Property

Definition

Gets a string key used to retrieve a CameraIntrinsics property defining the physical properties of the camera device. The CameraIntrinsics object also provides convenience methods for sensor-related geometry, including camera space to image space projections.

public:
 static property Platform::String ^ CameraIntrinsics { Platform::String ^ get(); };
static winrt::hstring CameraIntrinsics();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoFrameSourceProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring CameraIntrinsics();
public static string CameraIntrinsics { get; }
public static string CameraIntrinsics { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoFrameSourceProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionVideoFrameSourceProperties.cameraIntrinsics;
Public Shared ReadOnly Property CameraIntrinsics As String

Property Value

String

Platform::String

winrt::hstring

Returns an object representing the intrinsic physical properties of the camera.

Attributes

Applies to