s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
888 stars 209 forks source link

[ISSUE] 16Mhz XCLK EDMA Mode not working #397

Closed rjsachse closed 5 months ago

rjsachse commented 6 months ago

Having an issue setting the xclk to 16Mhz, other frequency works. 16Mhz enables edma mode on esp32s3 to write frame buffer direct to psram to get faster fps.

s60sc commented 6 months ago

issue with camera driver not app.

Note that edma mode is only useful for high res bitmaps due to their very large size. Of no use to this app.

rjsachse commented 6 months ago

Ok thanks for the info So can't use 16Mhz XCLK. I was trying to get better fps on video streaming, only getting about 10fps but recording I can get 25fps. If recording and streaming at same time I get 25fps recording but only about 10fps streaming. Is there a way to increase fps for streaming.

s60sc commented 6 months ago

Streaming dependent on wifi conn quality - fit better antenna.

rjsachse commented 6 months ago

Ok I will try a few things, wifi connection is great and have 8dbi antenna installed.