KnownPerceptionVideoFrameSourceProperties.CameraIntrinsics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns an object representing the intrinsic physical properties of the camera.
- Attributes