我正在我的 esp32-cam 板上使用示例“CameraWebServer”。上传设置如下: Board: AI Thinker ESP32-CAM; CPU Frequency: 240 MHZ ; Flash Frequency: 80 Mhz; Flash Mode: QIO. Arduino IDE 2.0.0 esp32 by Espressif version 2.0.14 通过这些设置,我可以上传我的代码,但粪便识别功能不起作用。当我单击...
config.xclk_freq_hz = 20000000; --> E (5028) cam_hal: FB-SIZE: 53760 != 57600 AND cam_hal: EV-EOF-OVF config.xclk_freq_hz = 10000000; --> E (39821) cam_hal: FB-SIZE: 51840 != 57600 AND cam_hal: EV-VSYNC-OVF The current M5 stack pattern doesn't work with Grayscale eit...
10:27:12.321 -> cam_hal: EV-EOF-OVF 10:27:12.552 -> cam_hal: EV-EOF-OVF 10:27:12.940 -> cam_hal: EV-EOF-OVF 10:27:13.222 -> cam_hal: EV-EOF-OVF 10:27:13.638 -> cam_hal: EV-EOF-OVF 10:27:14.073 -> cam_hal: EV-VSYNC-OVF 10:27:14.555 -> cam_hal: EV-EOF-OVF ...
[0;32mI (1333) cam_hal: Allocating 480000 Byte frame buffer in PSRAM[0m [0;32mI (1333) cam_hal: Allocating 480000 Byte frame buffer in PSRAM[0m [0;31mE (1343) cam_hal: EV-VSYNC-OVF[0m [0;31mE (1344) cam_hal: FB-SIZE: 0 != 480000[0;31mE (1344) cam_hal: EV-VSYN...
cam_hal: EV-EOF-OVF cam_hal: EV-VSYNC-OVF Another small issue is they look not as nice in the logs (missing the standard prefix). The only instance of this is atll_cam_send_eventfunction: esp32-camera/driver/cam_hal.c Lines 104 to 111 in2478a5f ...