KnownPerceptionVideoFrameSourceProperties.CameraIntrinsics プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カメラ デバイスの物理プロパティを定義する 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
プロパティ値
カメラの固有の物理プロパティを表す オブジェクトを返します。
- 属性