@@ -112,55 +112,55 @@ typedef struct {
112112
113113static const sensor_func_t g_sensors [] = {
114114#if CONFIG_OV7725_SUPPORT
115- {ov7725_detect , ov7725_init },
115+ {esp32_camera_ov7725_detect , esp32_camera_ov7725_init },
116116#endif
117117#if CONFIG_OV7670_SUPPORT
118- {ov7670_detect , ov7670_init },
118+ {esp32_camera_ov7670_detect , esp32_camera_ov7670_init },
119119#endif
120120#if CONFIG_OV2640_SUPPORT
121- {ov2640_detect , ov2640_init },
121+ {esp32_camera_ov2640_detect , esp32_camera_ov2640_init },
122122#endif
123123#if CONFIG_OV3660_SUPPORT
124- {ov3660_detect , ov3660_init },
124+ {esp32_camera_ov3660_detect , esp32_camera_ov3660_init },
125125#endif
126126#if CONFIG_OV5640_SUPPORT
127- {ov5640_detect , ov5640_init },
127+ {esp32_camera_ov5640_detect , esp32_camera_ov5640_init },
128128#endif
129129#if CONFIG_NT99141_SUPPORT
130- {nt99141_detect , nt99141_init },
130+ {esp32_camera_nt99141_detect , esp32_camera_nt99141_init },
131131#endif
132132#if CONFIG_GC2145_SUPPORT
133- {gc2145_detect , gc2145_init },
133+ {esp32_camera_gc2145_detect , esp32_camera_gc2145_init },
134134#endif
135135#if CONFIG_GC032A_SUPPORT
136- {gc032a_detect , gc032a_init },
136+ {esp32_camera_gc032a_detect , esp32_camera_gc032a_init },
137137#endif
138138#if CONFIG_GC0308_SUPPORT
139- {gc0308_detect , gc0308_init },
139+ {esp32_camera_gc0308_detect , esp32_camera_gc0308_init },
140140#endif
141141#if CONFIG_BF3005_SUPPORT
142- {bf3005_detect , bf3005_init },
142+ {esp32_camera_bf3005_detect , esp32_camera_bf3005_init },
143143#endif
144144#if CONFIG_BF20A6_SUPPORT
145- {bf20a6_detect , bf20a6_init },
145+ {esp32_camera_bf20a6_detect , esp32_camera_bf20a6_init },
146146#endif
147147#if CONFIG_SC101IOT_SUPPORT
148- {sc101iot_detect , sc101iot_init },
148+ {esp32_camera_sc101iot_detect , esp32_camera_sc101iot_init },
149149#endif
150150#if CONFIG_SC030IOT_SUPPORT
151- {sc030iot_detect , sc030iot_init },
151+ {esp32_camera_sc030iot_detect , esp32_camera_sc030iot_init },
152152#endif
153153#if CONFIG_SC031GS_SUPPORT
154- {sc031gs_detect , sc031gs_init },
154+ {esp32_camera_sc031gs_detect , esp32_camera_sc031gs_init },
155155#endif
156156#if CONFIG_MEGA_CCM_SUPPORT
157- {mega_ccm_detect , mega_ccm_init },
157+ {esp32_camera_mega_ccm_detect , esp32_camera_mega_ccm_init },
158158#endif
159159#if CONFIG_HM1055_SUPPORT
160- {hm1055_detect , hm1055_init },
160+ {esp32_camera_hm1055_detect , esp32_camera_hm1055_init },
161161#endif
162162#if CONFIG_HM0360_SUPPORT
163- {hm0360_detect , hm0360_init },
163+ {esp32_camera_hm0360_detect , esp32_camera_hm0360_init },
164164#endif
165165};
166166
0 commit comments