CameraCaptureFrame.DesiredProperties property
Gets the known camera properties that are to be applied to the frame when it is captured.
Syntax
public IDictionary<Guid, Object> DesiredProperties { get; }
Public ReadOnly Property DesiredProperties As IDictionary(Of Guid, Object)
public:
property IMap<Guid, Object>^ DesiredProperties {
IMap<Guid, Object>^ get();
}
Property value
Type: IMap<Guid, Object> [C++] | System.Collections.Generic.IDictionary<Guid, Object> [.NET]
The known camera properties that are to be applied to the frame when it is captured.
Remarks
Use DesiredProperties to set different camera properties for each frame in a CameraCaptureSequence. For example, you can create a capture sequence that performs exposure bracketing by setting the ExposureCompensation to a different value in each frame.
The known camera properties specified in DesiredProperties are not guaranteed to be used for capture. To see the known camera properties that were actually used to capture a frame, see AppliedProperties.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8 |
Namespace |
Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++] |
Metadata |
Windows.WinMD |
See also
CameraCaptureFrame