@@ -24,51 +24,51 @@ if CAMERA_OV2640
2424
2525 choice CAMERA_OV2640_DVP_DEFAULT_FMT
2626 prompt "Default format select"
27- default CAMERA_OV2640_DVP_RGB565_640x480_6FPS
27+ default CAMERA_OV2640_DVP_RGB565_640X480_6FPS
2828 help
2929 Select the default format to load when the sensor is detected.
3030 When the sensor is in stream off state, the format can be changed.
3131
32- config CAMERA_OV2640_DVP_RGB565_640x480_6FPS
32+ config CAMERA_OV2640_DVP_RGB565_640X480_6FPS
3333 bool "RGB565 640x480 6fps, DVP 8bit 20M input"
34- config CAMERA_OV2640_DVP_YUV422_640x480_6FPS
34+ config CAMERA_OV2640_DVP_YUV422_640X480_6FPS
3535 bool "YUV422 640x480 6fps, DVP 8bit 20M input"
36- config CAMERA_OV2640_DVP_JPEG_640x480_25FPS
36+ config CAMERA_OV2640_DVP_JPEG_640X480_25FPS
3737 bool "JPEG 640x480 25fps, DVP 8bit 20M input"
38- config CAMERA_OV2640_DVP_RGB565_240x240_25FPS
38+ config CAMERA_OV2640_DVP_RGB565_240X240_25FPS
3939 bool "RGB565 240x240 25fps, DVP 8bit 20M input"
40- config CAMERA_OV2640_DVP_YUV422_240x240_25FPS
40+ config CAMERA_OV2640_DVP_YUV422_240X240_25FPS
4141 bool "YUV422 240x240 25fps, DVP 8bit 20M input"
42- config CAMERA_OV2640_DVP_JPEG_320x240_50FPS
42+ config CAMERA_OV2640_DVP_JPEG_320X240_50FPS
4343 bool "JPEG 320x240 50fps, DVP 8bit 20M input"
44- config CAMERA_OV2640_DVP_JPEG_1280x720_12FPS
44+ config CAMERA_OV2640_DVP_JPEG_1280X720_12FPS
4545 bool "JPEG 1280x720 12fps, DVP 8bit 20M input"
46- config CAMERA_OV2640_DVP_JPEG_1600x1200_12FPS
46+ config CAMERA_OV2640_DVP_JPEG_1600X1200_12FPS
4747 bool "JPEG 1600x1200 12fps, DVP 8bit 20M input"
48- config CAMERA_OV2640_DVP_RAW8_800x640_30FPS
48+ config CAMERA_OV2640_DVP_RAW8_800X640_30FPS
4949 bool "RAW8 800x640 30fps, DVP 8bit 20M input"
50- config CAMERA_OV2640_DVP_RAW8_800x640_15FPS
50+ config CAMERA_OV2640_DVP_RAW8_800X640_15FPS
5151 bool "RAW8 800x640 15fps, DVP 8bit 20M input"
52- config CAMERA_OV2640_DVP_RAW8_800x800_15FPS
52+ config CAMERA_OV2640_DVP_RAW8_800X800_15FPS
5353 bool "RAW8 800x800 15fps, DVP 8bit 20M input"
54- config CAMERA_OV2640_DVP_RAW8_1024x600_15FPS
54+ config CAMERA_OV2640_DVP_RAW8_1024X600_15FPS
5555 bool "RAW8 1024x600 15fps, DVP 8bit 20M input"
5656 endchoice # CAMERA_OV2640_DVP_DEFAULT_FMT
5757
5858 config CAMERA_OV2640_DVP_IF_FORMAT_INDEX_DAFAULT
5959 int
60- default 0 if CAMERA_OV2640_DVP_RGB565_640x480_6FPS
61- default 1 if CAMERA_OV2640_DVP_YUV422_640x480_6FPS
62- default 2 if CAMERA_OV2640_DVP_JPEG_640x480_25FPS
63- default 3 if CAMERA_OV2640_DVP_RGB565_240x240_25FPS
64- default 4 if CAMERA_OV2640_DVP_GRAY_320x240_20FPS
65- default 5 if CAMERA_OV2640_DVP_YUV422_240x240_25FPS
66- default 6 if CAMERA_OV2640_DVP_JPEG_320x240_50FPS
67- default 7 if CAMERA_OV2640_DVP_JPEG_1280x720_12FPS
68- default 8 if CAMERA_OV2640_DVP_RAW8_800x640_30FPS
69- default 9 if CAMERA_OV2640_DVP_RAW8_800x640_15FPS
70- default 10 if CAMERA_OV2640_DVP_RAW8_800x800_15FPS
71- default 11 if CAMERA_OV2640_DVP_RAW8_1024x600_15FPS
60+ default 0 if CAMERA_OV2640_DVP_RGB565_640X480_6FPS
61+ default 1 if CAMERA_OV2640_DVP_YUV422_640X480_6FPS
62+ default 2 if CAMERA_OV2640_DVP_JPEG_640X480_25FPS
63+ default 3 if CAMERA_OV2640_DVP_RGB565_240X240_25FPS
64+ default 4 if CAMERA_OV2640_DVP_GRAY_320X240_20FPS
65+ default 5 if CAMERA_OV2640_DVP_YUV422_240X240_25FPS
66+ default 6 if CAMERA_OV2640_DVP_JPEG_320X240_50FPS
67+ default 7 if CAMERA_OV2640_DVP_JPEG_1280X720_12FPS
68+ default 8 if CAMERA_OV2640_DVP_RAW8_800X640_30FPS
69+ default 9 if CAMERA_OV2640_DVP_RAW8_800X640_15FPS
70+ default 10 if CAMERA_OV2640_DVP_RAW8_800X800_15FPS
71+ default 11 if CAMERA_OV2640_DVP_RAW8_1024X600_15FPS
7272 help
7373 Set the configuration loaded by default for the DVP interface.
7474 More information can be obtained by calling the query_support_formats().
0 commit comments