|
|
|
@ -102,7 +102,7 @@ int enum_extended_controls(int fd, char *txt, int k)
|
|
|
|
|
struct v4l2_queryctrl qctrl;
|
|
|
|
|
int idx;
|
|
|
|
|
|
|
|
|
|
printf("-- controls enumeration '%s'\n", txt);
|
|
|
|
|
printf("-- extended controls enumeration '%s'\n", txt);
|
|
|
|
|
|
|
|
|
|
memset(&qctrl, 0, sizeof(qctrl));
|
|
|
|
|
qctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL;
|
|
|
|
|