00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef UVC_GUID_LOGITECH_USER_HW_CONTROL
00020 #define UVC_GUID_LOGITECH_USER_HW_CONTROL { \
00021 0x82, 0x06, 0x61, 0x63, 0x70, 0x50, 0xab, 0x49, \
00022 0xb8, 0xcc, 0xb3, 0x85, 0x5e, 0x8d, 0x22, 0x1f \
00023 }
00024
00025 #endif
00026
00027 #ifndef UVC_GUID_LOGITECH_VIDEO_PIPE
00028 #define UVC_GUID_LOGITECH_VIDEO_PIPE { \
00029 0x82, 0x06, 0x61, 0x63, 0x70, 0x50, 0xab, 0x49, \
00030 0xb8, 0xcc, 0xb3, 0x85, 0x5e, 0x8d, 0x22, 0x50 \
00031 }
00032
00033 #endif
00034
00035 #ifndef UVC_GUID_LOGITECH_MOTOR_CONTROL
00036 #define UVC_GUID_LOGITECH_MOTOR_CONTROL { \
00037 0x82, 0x06, 0x61, 0x63, 0x70, 0x50, 0xab, 0x49, \
00038 0xb8, 0xcc, 0xb3, 0x85, 0x5e, 0x8d, 0x22, 0x56 \
00039 }
00040
00041 #endif
00042
00043 #ifndef XU_HW_CONTROL_LED1
00044 #define XU_HW_CONTROL_LED1 1
00045 #endif
00046
00047 #ifndef XU_COLOR_PROCESSING_DISABLE
00048 #define XU_COLOR_PROCESSING_DISABLE 5
00049 #endif
00050
00051 #ifndef XU_RAW_DATA_BITS_PER_PIXEL
00052 #define XU_RAW_DATA_BITS_PER_PIXEL 8
00053 #endif
00054
00055 #ifndef XU_MOTORCONTROL_PANTILT_RELATIVE
00056 #define XU_MOTORCONTROL_PANTILT_RELATIVE 1
00057 #endif
00058
00059 #ifndef XU_MOTORCONTROL_PANTILT_RESET
00060 #define XU_MOTORCONTROL_PANTILT_RESET 2
00061 #endif
00062
00063 #ifndef XU_MOTORCONTROL_FOCUS
00064 #define XU_MOTORCONTROL_FOCUS 3
00065 #endif
00066
00067 #ifndef V4L2_CID_PAN_RELATIVE
00068 #define V4L2_CID_PAN_RELATIVE 0x009A0904
00069 #endif
00070
00071 #ifndef V4L2_CID_TILT_RELATIVE
00072 #define V4L2_CID_TILT_RELATIVE 0x009A0905
00073 #endif
00074
00075 #ifndef V4L2_CID_PANTILT_RESET
00076 #define V4L2_CID_PANTILT_RESET 0x0A046D03
00077 #endif
00078
00079 #ifndef V4L2_CID_PAN_RESET
00080 #define V4L2_CID_PAN_RESET 0x009A0906
00081 #endif
00082
00083 #ifndef V4L2_CID_TILT_RESET
00084 #define V4L2_CID_TILT_RESET 0x009A0907
00085 #endif
00086
00087 #ifndef V4L2_CID_FOCUS
00088 #define V4L2_CID_FOCUS 0x0A046D04
00089 #endif
00090
00091 #ifndef V4L2_CID_LED1_MODE
00092 #define V4L2_CID_LED1_MODE 0x0A046D05
00093 #endif
00094
00095 #ifndef V4L2_CID_LED1_FREQUENCY
00096 #define V4L2_CID_LED1_FREQUENCY 0x0A046D06
00097 #endif
00098
00099 #ifndef V4L2_CID_DISABLE_PROCESSING
00100 #define V4L2_CID_DISABLE_PROCESSING 0x0A046D71
00101 #endif
00102
00103 #ifndef V4L2_CID_RAW_BITS_PER_PIXEL
00104 #define V4L2_CID_RAW_BITS_PER_PIXEL 0x0A046D72
00105 #endif
00106
00107
00108