KnownPerceptionColorFrameSourceProperties
KnownPerceptionColorFrameSourceProperties
KnownPerceptionColorFrameSourceProperties
KnownPerceptionColorFrameSourceProperties
Class
Definition
Provides static properties of color frame sources.
public : static class KnownPerceptionColorFrameSourcePropertiespublic static class KnownPerceptionColorFrameSourcePropertiesPublic Static Class KnownPerceptionColorFrameSourceProperties// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
AutoExposureEnabled AutoExposureEnabled AutoExposureEnabled AutoExposureEnabled
Gets a string key used to retrieve a Boolean property indicating whether or not auto exposure is enabled.
public : static PlatForm::String AutoExposureEnabled { get; }public static string AutoExposureEnabled { get; }Public Static ReadOnly Property AutoExposureEnabled As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
Indicates whether or not auto exposure is enabled. This property is a Boolean value.
Exposure Exposure Exposure Exposure
Gets a string key used to retrieve a TimeSpan property indicating the current exposure duration of the camera.
public : static PlatForm::String Exposure { get; }public static string Exposure { get; }Public Static ReadOnly Property Exposure As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The current exposure duration of the camera. This property is a TimeSpan value.
ExposureCompensation ExposureCompensation ExposureCompensation ExposureCompensation
Gets a string key used to retrieve a single-precision, floating-point property indicating the exposure compensation.
public : static PlatForm::String ExposureCompensation { get; }public static string ExposureCompensation { get; }Public Static ReadOnly Property ExposureCompensation As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The exposure compensation. This property is a Single value.