KnownPerceptionVideoFrameSourceProperties.CameraIntrinsics プロパティ

定義

カメラ デバイスの物理プロパティを定義する CameraIntrinsics プロパティを取得するために使用される文字列キーを取得します。 CameraIntrinsics オブジェクトは、カメラ空間から画像空間プロジェクションまで、センサー関連のジオメトリに便利なメソッドも提供します。

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

プロパティ値

String

Platform::String

winrt::hstring

カメラの固有の物理プロパティを表す オブジェクトを返します。

属性

適用対象