CameraControlFlags (Windows Embedded CE 6.0)
1/6/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 |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |