VideoDeviceController.Exposure 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取可用于获取或设置相机曝光时间的 MediaDeviceControl 对象。
public:
property MediaDeviceControl ^ Exposure { MediaDeviceControl ^ get(); };
MediaDeviceControl Exposure();
public MediaDeviceControl Exposure { get; }
var mediaDeviceControl = videoDeviceController.exposure;
Public ReadOnly Property Exposure As MediaDeviceControl
属性值
一个 MediaDeviceControl 对象,该对象提供获取和设置曝光时间的方法。
注解
公开以对数为基准 2 秒指定。 对于小于零的值,曝光时间为 1/ (2n) 秒。 对于零及更高值,曝光时间为 2n 秒。
有关获取或设置此值的详细信息,请参阅 MediaDeviceControl。