esp32s2-camera-udp icon indicating copy to clipboard operation
esp32s2-camera-udp copied to clipboard

can't test this code. file missing

Open Arjv21 opened this issue 2 years ago • 3 comments

thanks for posting this code, but i couldn't test this code for my application. i'm getting some errors. esp32s2-camera-udp-main/components/cam/cam.c:19:10: fatal error: driver/i2s_std.h: No such file or directory also I'm getting this error: esp32s2-camera-udp-main/main/esp32s2_camera_udp.c:356:22: error: implicit declaration of function 'esp_timer_get_time'; did you mean 'timer_gettime'? [-Werror=implicit-function-declaration]

Arjv21 avatar Oct 19 '23 12:10 Arjv21

Which version of esp-idf are you using? Try to use something above 5.0.

wms2537 avatar Oct 21 '23 07:10 wms2537

im using VS Code + esp idf v1.6.5 which seems to be the latest version

Arjv21 avatar Oct 26 '23 04:10 Arjv21