RegionsOfInterestControl 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供在设备上管理相关区域的功能。
public ref class RegionsOfInterestControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class RegionsOfInterestControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
public sealed class RegionsOfInterestControl
Public NotInheritable Class RegionsOfInterestControl
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
感兴趣区域指定用于计算焦点和曝光等函数的预览矩形区域。 这可实现点击对焦等方案。
可以通过 MediaCapture.VideoDeviceController 访问捕获设备的 RegionsOfInterestControl。
有关使用 RegionOfInterest 对象的操作指南,请参阅 用于分析相机帧的效果。
属性
AutoExposureSupported |
获取一个值,该值指定捕获设备上是否支持自动公开。 |
AutoFocusSupported |
获取一个值,该值指定捕获设备上是否支持自动对焦。 |
AutoWhiteBalanceSupported |
获取一个值,该值指定捕获设备上是否支持自动白平衡。 |
MaxRegions |
获取可指定的最大感兴趣区域数。 |
方法
ClearRegionsAsync() |
异步清除感兴趣的区域。 |
SetRegionsAsync(IIterable<RegionOfInterest>) |
异步设置感兴趣的区域。 |
SetRegionsAsync(IIterable<RegionOfInterest>, Boolean) |
异步设置感兴趣的区域,并指定是否应锁定值。 |