Struct to represent a general camera property. More...
#include <CameraSensorTypes.h>
Public Attributes | |
t_cameraResolution | cameraResolution |
The currently defined camera resolution. | |
t_cameraResolution * | cameraResolutions |
Array to store all available camera resolutions. | |
char | charData |
t_colorMode | colorMode |
int | count_cameraResolution |
int | count_data |
Size of the data array. | |
void * | data |
Points to a data array of arbitrary size. | |
double | doubleData |
float | floatData |
int | integerData |
long | longData |
t_cameraPropertyID | propertyID |
ID to identify the defined parameter. | |
unsigned long | propertyType |
short | shortData |
t_specialValues | specialValue |
std::string | stringData |
unsigned char | u_charData |
unsigned int | u_integerData |
unsigned long | u_longData |
unsigned short | u_shortData |
t_videoFormat | videoFormat |
t_videoMode | videoMode |
Struct to represent a general camera property.
Definition at line 241 of file CameraSensorTypes.h.
The currently defined camera resolution.
Definition at line 248 of file CameraSensorTypes.h.
Array to store all available camera resolutions.
Definition at line 249 of file CameraSensorTypes.h.
Definition at line 262 of file CameraSensorTypes.h.
Definition at line 254 of file CameraSensorTypes.h.
Definition at line 250 of file CameraSensorTypes.h.
Size of the data array.
Definition at line 273 of file CameraSensorTypes.h.
Points to a data array of arbitrary size.
Definition at line 272 of file CameraSensorTypes.h.
Definition at line 260 of file CameraSensorTypes.h.
Definition at line 261 of file CameraSensorTypes.h.
Definition at line 258 of file CameraSensorTypes.h.
Definition at line 263 of file CameraSensorTypes.h.
ID to identify the defined parameter.
Definition at line 243 of file CameraSensorTypes.h.
unsigned long ipa_CameraSensors::t_cameraProperty::propertyType |
The type of the property. To enable a OR connection like (TYPE_UNSIGNED | TYPE_INTEGER), unsigned long is used as type and not t_cameraPropertyType
Definition at line 244 of file CameraSensorTypes.h.
Definition at line 259 of file CameraSensorTypes.h.
Definition at line 256 of file CameraSensorTypes.h.
std::string ipa_CameraSensors::t_cameraProperty::stringData |
Definition at line 270 of file CameraSensorTypes.h.
unsigned char ipa_CameraSensors::t_cameraProperty::u_charData |
Definition at line 267 of file CameraSensorTypes.h.
unsigned int ipa_CameraSensors::t_cameraProperty::u_integerData |
Definition at line 265 of file CameraSensorTypes.h.
unsigned long ipa_CameraSensors::t_cameraProperty::u_longData |
Definition at line 268 of file CameraSensorTypes.h.
unsigned short ipa_CameraSensors::t_cameraProperty::u_shortData |
Definition at line 266 of file CameraSensorTypes.h.
Definition at line 252 of file CameraSensorTypes.h.
Definition at line 253 of file CameraSensorTypes.h.