Search found 1 match

by mclabman
Wed May 21, 2025 7:44 pm
Forum: ESP32 Arduino
Topic: ESP-CAM image shows artifacts.
Replies: 2
Views: 2576

Re: ESP-CAM image shows artifacts.

I suppose it happens because async web server send image data after camera buffer released. After image request handler.
Camera driver fills the buffer with new data at that moment.
Right way is release the camera buffer after data really sent, at response completion. But I do not know how to get ...

Go to advanced search