hpsaturn / ESPNowCam

ESPNowCam, a straightforward video streamer for popular ESP32Cam models, leveraging the ESPNow protocol. No need for IPs, routers, or credentials—keeping it simple! :D
GNU General Public License v3.0
99 stars 8 forks source link

[ESPNow] Increse the payload or chunk to improve quality #1

Closed hpsaturn closed 9 months ago

hpsaturn commented 9 months ago

Overview

ESP-NOW limit the data length of each packet to 250 bytes and it's not configurable. The current chunk is defined on 86 bytes only, because NanoPb are using 2 bytes for each uint8, I think that we have a issue there.