CapturedFrame.ControlValues 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 an object containing capture control metadata for the CapturedFrame. Capture controls adjust capture settings such as ISO and exposure.
public:
property CapturedFrameControlValues ^ ControlValues { CapturedFrameControlValues ^ get(); };
CapturedFrameControlValues ControlValues();
public CapturedFrameControlValues ControlValues { get; }
var capturedFrameControlValues = capturedFrame.controlValues;
Public ReadOnly Property ControlValues As CapturedFrameControlValues
Property Value
An object containing capture control metadata for the CapturedFrame.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Remarks
This property is useful for apps that want to capture frames in an uncompressed format and then base further processing on the control values with which the frame was captured. When capturing to a compressed format, the control values automatically encoded into the image file.