You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi~ I meet a situation. I can smoothly send data and image over TCP by esp32 WiFi module, but when I use esp32 camera to get a photo, once I call esp_camera_init(), TCP transmission becomes so much slow. A way to get better is to initialize camera driver, get a camera image, then immediately deinitialize camera driver, so I can recover TCP transmission speed and transfer image out. Is this normal?