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
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.
The text was updated successfully, but these errors were encountered:
Abhay-2412
changed the title
[20:39] Savita Pawar Query regarding cyber security support for ESP32
Query regarding cyber security support for ESP32
Oct 6, 2023
github-actionsbot
changed the title
Query regarding cyber security support for ESP32
Query regarding cyber security support for ESP32 (AEGHB-415)
Oct 6, 2023
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.
The text was updated successfully, but these errors were encountered: