#include <sys/ioctl.h>#include <sys/time.h>#include <getopt.h>#include <errno.h>#include <pthread.h>#include <stdio.h>#include <linux/videodev2.h>#include "utils.h"#include "dynctrl.h"
Go to the source code of this file.
Defines | |
| #define | LENGTH_OF_XU_CTR (6) |
| #define | LENGTH_OF_XU_MAP (10) |
Functions | |
| int | initDynCtrls (int fd) |
| int | uvcPanTilt (int dev, int pan, int tilt, int reset) |
Variables | |
| static struct uvc_xu_control_info | xu_ctrls [] |
| static struct uvc_xu_control_mapping | xu_mappings [] |
| #define LENGTH_OF_XU_CTR (6) |
| #define LENGTH_OF_XU_MAP (10) |
| int initDynCtrls | ( | int | fd | ) |
| int uvcPanTilt | ( | int | dev, |
| int | pan, | ||
| int | tilt, | ||
| int | reset | ||
| ) |
struct uvc_xu_control_info xu_ctrls[] [static] |
struct uvc_xu_control_mapping xu_mappings[] [static] |