VideoDeviceController.Exposure 属性

定义

获取可用于获取或设置相机曝光时间的 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

适用于

另请参阅