Data Fields | |
CameraWidgetType | type |
char | label [256] |
char | info [1024] |
char | name [256] |
CameraWidget * | parent |
char * | value_string |
int | value_int |
float | value_float |
char | choice [100][64] |
int | choice_count |
float | min |
float | max |
float | increment |
CameraWidget * | children [64] |
int | children_count |
int | changed |
int | ref_count |
int | id |
CameraWidgetCallback | callback |
The internals of the #CameraWidget are only visible to gphoto2. You can only access them using the functions provided by gphoto2.