CameraControlFlags
A version of this page is also available for
4/8/2010
This enumeration provides values that indicate whether a particular camera setting is controlled manually or automatically.
Syntax
typedef enum{
CameraControl_Flags_Auto = 0x0001,
CameraControl_Flags_Manual = 0x0002
} CameraControlFlags;
Elements
- CameraControl_Flags_Auto
Indicates that the setting is controlled automatically.
- CameraControl_Flags_Manual
Indicates that the setting is controlled manually.
Requirements
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |