ExposureControl.SetAutoAsync(Boolean) Method
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.
Asynchronously enables or disable auto exposure.
public:
virtual IAsyncAction ^ SetAutoAsync(bool value) = SetAutoAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetAutoAsync(bool const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetAutoAsync(bool value);
function setAutoAsync(value)
Public Function SetAutoAsync (value As Boolean) As IAsyncAction
Parameters
- value
-
Boolean
bool
Specifies whether or not to enable or disable auto exposure.
Returns
The object that is used to control the asynchronous operation.
- Attributes
Remarks
Automatic exposure adjustment is only supported while the preview stream is running. Check to make sure that the preview stream is running before turning on automatic exposure mode.