KnownPerceptionVideoFrameSourceProperties
KnownPerceptionVideoFrameSourceProperties
KnownPerceptionVideoFrameSourceProperties
KnownPerceptionVideoFrameSourceProperties
Class
Definition
Provides static properties of video frame sources.
public : static class KnownPerceptionVideoFrameSourcePropertiespublic static class KnownPerceptionVideoFrameSourcePropertiesPublic Static Class KnownPerceptionVideoFrameSourceProperties// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
The properties provided by these static methods are used as keys for controlling properties on the following classes:
- PerceptionColorFrameSource
- PerceptionDepthFrameSource
- PerceptionInfraredFrameSource
Properties
AvailableVideoProfiles AvailableVideoProfiles AvailableVideoProfiles AvailableVideoProfiles
Gets a string key used to retrieve a boolean property indicating the supported video profiles that are currently available.
public : static PlatForm::String AvailableVideoProfiles { get; }public static string AvailableVideoProfiles { get; }Public Static ReadOnly Property AvailableVideoProfiles As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The supported video profiles that are currently available. This property is an IInspectable value.
CameraIntrinsics CameraIntrinsics CameraIntrinsics CameraIntrinsics
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 PlatForm::String CameraIntrinsics { get; }public static string CameraIntrinsics { get; }Public Static ReadOnly Property CameraIntrinsics As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Returns an object representing the intrinsic physical properties of the camera.
IsMirrored IsMirrored IsMirrored IsMirrored
Gets a string key used to retrieve a boolean property indicating whether or not the video frame source is providing mirrored video frames.
public : static PlatForm::String IsMirrored { get; }public static string IsMirrored { get; }Public Static ReadOnly Property IsMirrored As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Indicates whether or not the video frame source is providing mirrored video frames. This property is a Boolean value.
SupportedVideoProfiles SupportedVideoProfiles SupportedVideoProfiles SupportedVideoProfiles
Gets a string key used to retrieve the supported video profiles property.
public : static PlatForm::String SupportedVideoProfiles { get; }public static string SupportedVideoProfiles { get; }Public Static ReadOnly Property SupportedVideoProfiles As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The supported video profiles. This property is an IInspectable value.
VideoProfile VideoProfile VideoProfile VideoProfile
Gets a string key used to retrieve the current video profile property.
public : static PlatForm::String VideoProfile { get; }public static string VideoProfile { get; }Public Static ReadOnly Property VideoProfile As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The current video profile. This property is an IInspectable value.