esp32s2-camera-udp
esp32s2-camera-udp copied to clipboard
can't test this code. file missing
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]
Which version of esp-idf are you using? Try to use something above 5.0.
im using VS Code + esp idf v1.6.5 which seems to be the latest version
The latest is 5.1.1 https://github.com/espressif/esp-idf/releases/tag/v5.1.1