.flags = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_RANGE| UVC_CONTROL_RESTORE, }, { //gamma设置 .entity = UVC_GUID_UVC_PROCESSING, .selector = UVC_PU_GAMMA_CONTROL, .index = 5, .size = 2, .flags = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_RANGE| UVC_CONTROL_RESTORE, }, { //白平...
D1 : 1 yes - Auto-Exposure Mode D2 : 1 yes - Auto-Exposure Priority D3 : 1 yes - Exposure Time (Absolute) D4 : 1 yes - Exposure Time (Relative) D5 : 1 yes - Focus (Absolute) D6 : 1 yes - Focus (Relative) D7 : 1 yes - Iris (Absolute) D8 : 1 yes - Iris (Relativ...
a1 86 00 04 00 01 01 00 : 86:get_info,04:CT_EXPOSURE_TIME_ABSOLUTE_CONTROL, Entity ID and interface,length : 1 byte; return 03: support get and set request. 85: UVC_GET_LEN 6. 04:CT_EXPOSURE_TIME_ABSOLUTE_CONTROL CTL a1 82 00 04 00 01 04 00 //get_min : exposure IN 01 0...
wValue:CS (Control Selector) 00 04:曝光时间控制命令。 其他为: #define CT_CONTROL_UNDEFINED 0x00 #define CT_SCANNING_MODE_CONTROL 0x01 #define CT_AE_MODE_CONTROL 0x02 /// #define CT_AE_PRIORITY_CONTROL 0x03 #define CT_EXPOSURE_TIME_ABSOLUTE_CONTROL 0x04 // #define CT_EXPOSURE_TIME_RE...
1. struct uvc_control { //uvc控制 2. struct uvc_entity *entity; //uvc实体 3. struct uvc_control_info info; //uvc控制信息 4. __u8 index; //索引值 5. __u8 dirty:1,6. loaded:1,7. modified:1,8. cached:1,9. initialized:1; //初始化标志 10. ...
+ //.name = "Exposure (Absolute)", .entity = UVC_GUID_UVC_CAMERA, .selector = UVC_CT_EXPOSURE_TIME_ABSOLUTE_CONTROL, .size = 32, @@ -490,7 +491,7 @@ static struct uvc_control_mapping uvc_ct }, { .id = V4L2_CID_AUTO_WHITE_BALANCE, ...
D2 : 0 no - Auto-Exposure Priority D3 : 0 no - Exposure Time (Absolute) D4 : 0 no - Exposure Time (Relative) D5 : 0 no - Focus (Absolute) D6 : 0 no - Focus (Relative) D7 : 0 no - Iris (Absolute) D8 : 0 no - Iris (Relative) D9 : 1 yes - Zoom (Absolute) D10...
UVC_CT_EXPOSURE_TIME_RELATIVE_CONTROL = 0x05, UVC_CT_FOCUS_ABSOLUTE_CONTROL = 0x06, UVC_CT_FOCUS_RELATIVE_CONTROL = 0x07, UVC_CT_FOCUS_AUTO_CONTROL = 0x08, UVC_CT_IRIS_ABSOLUTE_CONTROL = 0x09, UVC_CT_IRIS_RELATIVE_CONTROL = 0x0a, ...
UVC_PU_ANALOG_LOCK_STATUS_CONTROL = 1 << 17 cdef enum ctrl_bit_mask_input_terminal: UVC_CT_SCANNING_MODE_CONTROL = 1 << 0 UVC_CT_AE_MODE_CONTROL = 1 << 1 UVC_CT_AE_PRIORITY_CONTROL = 1 << 2 UVC_CT_EXPOSURE_TIME_ABSOLUTE_CONTROL = 1 << 3 ...
library and sample to access to UVC web camera on non-rooted Android device - UVCCamera/libuvccamera/src/main/jni/libuvc/include/libuvc/libuvc_original.h at master · saki4510t/UVCCamera