Feature2
Describes a camera attribute.
| Member | Type | Description |
|---|---|---|
| Enable | uInt32 | Returns TRUE if the current camera attribute is present. |
| Absolute | uInt32 | Returns TRUE if the current camera attribute supports the Absolute operation mode. |
| OnePush | uInt32 | Returns TRUE if the current camera attribute supports the One Push operation mode. |
| Readable | uInt32 | Returns TRUE if the current camera attribute is readable. |
| OnOff | uInt32 | Returns TRUE if the current camera attribute supports the Off operation mode. |
| Auto | uInt32 | Returns TRUE if the current camera attribute supports the Auto operation mode. |
| Manual | uInt32 | Returns TRUE if the current camera attribute supports the Relative operation mode. |
| Relative_Min_Value | uInt32 | Gets the minimum value for the Relative operation mode. |
| Relative_Max_Value | uInt32 | Gets the maximum value for the Relative operation mode. |
| Relative_Current_Value | uInt32 | Gets the current value for the Relative operation mode. |
| Relative_Default_Value | uInt32 | Gets the default value for the Relative operation mode. |
| Relative_Attribute | uInt32 | The camera attribute used to get/set the relative values. |
| Absolute_Min_Value | double | Gets the minimum value for the Absolute operation mode. |
| Absolute_Max_Value | double | Gets the maximum value for the Absolute operation mode. |
| Absolute_Current_Value | double | Gets the current value for the Absolute operation mode. |
| Absolute_Default_Value | double | Gets the default value for the Absolute operation mode. |
| Absolute_Attribute | uInt32 | The camera attribute used to get/set the absolute values. |
| FeatureName | char[64] | Returns the name of the current camera attribute. |