#include "opt_nm33_uvc.h"
Go to the source code of this file.
Defines | |
#define | V4L2_XU_ID_BASE 0x0A046D01 |
#define | XU_GET UVC_CONTROL_GET_CUR |
#define | XU_SET UVC_CONTROL_SET_CUR |
Functions | |
int | set_XU_control (int vd) |
Variables | |
__u8 | gui_extension [16] = UVC_GUID_UVC_EXTENSION |
int | uvc_xu_tbl_cnt = sizeof(xu_control_tbl)/sizeof(uvc_xu_tbl_info) |
uvc_xu_tbl_info | xu_control_tbl [] |
uvc_menu_info | xu_menu_button_table [] |
uvc_menu_info | xu_menu_flip_table [] |
#define V4L2_XU_ID_BASE 0x0A046D01 |
Definition at line 20 of file opt_nm33_uvc.cpp.
#define XU_GET UVC_CONTROL_GET_CUR |
Definition at line 17 of file opt_nm33_uvc.cpp.
#define XU_SET UVC_CONTROL_SET_CUR |
Definition at line 18 of file opt_nm33_uvc.cpp.
int set_XU_control | ( | int | vd | ) |
Definition at line 101 of file opt_nm33_uvc.cpp.
__u8 gui_extension[16] = UVC_GUID_UVC_EXTENSION |
Definition at line 15 of file opt_nm33_uvc.cpp.
int uvc_xu_tbl_cnt = sizeof(xu_control_tbl)/sizeof(uvc_xu_tbl_info) |
Definition at line 76 of file opt_nm33_uvc.cpp.
Definition at line 21 of file opt_nm33_uvc.cpp.
uvc_menu_info xu_menu_button_table[] |
{ {0, "off"}, {1, "east"}, {2, "west"}, {3, "south"}, {4, "north"}, {5, "se"}, {6, "ne"}, {7, "sw"}, {8, "nw"}, {9, "zoom-in"}, {10, "zoom-out"}, {11, "menu"}, {12, "select"} }
Definition at line 85 of file opt_nm33_uvc.cpp.
uvc_menu_info xu_menu_flip_table[] |
{ {0, "off"}, {1, "horizontal"}, {2, "vertical"}, {3, "both"} }
Definition at line 78 of file opt_nm33_uvc.cpp.