C#
VB
C++
Indicates the camera's current exposure mode. For more information please refer to WIA_DPC_EXPOSURE_MODE property ID in Microsoft Windows SDK Documentation.
Members
Value | Member | Description |
---|---|---|
1 | Manual | The shutter speed and aperture are set by the user. |
2 | Auto | The shutter speed and aperture are automatically set by the camera. |
3 | AperturePriority | The aperture is set by the user, and the camera automatically sets the shutter speed. |
4 | Shutter_Priority | The shutter speed is set by the user, and the camera automatically sets the aperture. |
5 | Creative | The shutter speed and aperture are automatically set by the camera, optimized for still subject matter. |
6 | Action | The shutter speed and aperture are automatically set by the camera, optimized for scenes containing fast motion. |
7 | Portrait | The shutter speed and aperture are automatically set by the camera, optimized for portrait photography. |