esp-iot-solution icon indicating copy to clipboard operation
esp-iot-solution copied to clipboard

Query regarding cyber security support for ESP32 (AEGHB-415)

Open Abhay-2412 opened this issue 2 years ago • 1 comments

Hi Team,

We are using ESP32 in our project and use case is capture the YUV frames and send to Mobile application over Wi-Fi. Here ESP-32 is configured as AP mode. We are facing issue in sending accurate data to mobile application.

In our testing, we observed that Wi-Fi is taking more time to send data. Looks like Wi-Fi send data is blocking call and due to this it is taking time.

Can you please suggest any solution to make this Wi-Fi call non-blocking and improve transfer time? Or any other suggestion to improve this.

Abhay-2412 avatar Oct 06 '23 15:10 Abhay-2412

Hi @Abhay-2412 , for the camera wi-fi transfer solution, please refer https://github.com/espressif/esp-iot-solution/tree/master/examples/camera/pic_server

leeebo avatar Oct 07 '23 07:10 leeebo