I have these ESP32S3 boards and use the WifiClient.Write method to send the FrameBuffer of a captured Image to a Server endpoint via HTTP-Post.
Everything works well except the Wifi performance of the ESPs is really really bad.
(I use modified Arduino IDE examples as the base)
Sending 40Kb Jpg takes between 500ms to 15 seconds to send. These are only the timings for sending the FrameBuffer.
Anyone a link/tip to a good working example in preferably Arduino IDE?