espressif / esp-who

Face detection and recognition framework
Other
1.7k stars 469 forks source link

OV5640 esp32s3 eye development board lag issue (AIV-721) #300

Open PaulAnurag opened 1 month ago

PaulAnurag commented 1 month ago

Checklist

Issue or Suggestion Description

Hi Team,

I have been testing the esp32s3 eye MB board with OV5640 camera for streaming application.

Though I have been tuning the different camera_config_t parameters like pixel_format, fb_count, XCLK_FREQ_HZ, jpeg_quality keeping frame size as FRAMESIZE_SVGA (800x600), still I am not able to get a smooth streaming in the webpage.

Can anyone help me out with tested parameters for smooth streaming for FRAMESIZE_SVGA (800x600).

WangYuxin-esp commented 1 month ago

To clarify the actual frame rate output by the current camera, I suggest you use the example here to test the frame rate.