File tree 2 files changed +9
-0
lines changed 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1140,6 +1140,12 @@ static const char *pivariety_ctrl_get_name(u32 id)
1140
1140
return "trigger_mode" ;
1141
1141
case V4L2_CID_ARDUCAM_IRCUT :
1142
1142
return "ircut" ;
1143
+ case V4L2_CID_ARDUCAM_STROBE_SHIFT :
1144
+ return "strobe_shift" ;
1145
+ case V4L2_CID_ARDUCAM_STROBE_WIDTH :
1146
+ return "strobe_width" ;
1147
+ case V4L2_CID_ARDUCAM_MODE :
1148
+ return "mode" ;
1143
1149
default :
1144
1150
return NULL ;
1145
1151
}
Original file line number Diff line number Diff line change 52
52
#define V4L2_CID_ARDUCAM_BASE (V4L2_CID_USER_BASE + 0x1000)
53
53
#define V4L2_CID_ARDUCAM_EXT_TRI (V4L2_CID_ARDUCAM_BASE + 1)
54
54
#define V4L2_CID_ARDUCAM_IRCUT (V4L2_CID_ARDUCAM_BASE + 8)
55
+ #define V4L2_CID_ARDUCAM_STROBE_SHIFT (V4L2_CID_ARDUCAM_BASE + 14)
56
+ #define V4L2_CID_ARDUCAM_STROBE_WIDTH (V4L2_CID_ARDUCAM_BASE + 15)
57
+ #define V4L2_CID_ARDUCAM_MODE (V4L2_CID_ARDUCAM_BASE + 16)
55
58
56
59
enum image_dt {
57
60
IMAGE_DT_YUV420_8 = 0x18 ,
You can’t perform that action at this time.
0 commit comments