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
Hey! i have noticed you wrote something about the video feed:
"There is no support for forwarding video data from the Tello. This might be too much work for an ESP32. The new ESP32-S3 may work but it has not yet been tried."
I though i can pick it up and make it work :)
what i have expereienced is its not a not enough processing power problem, i think theres a problem with the esp8266/32/32-s modules, that can't regfragment 802.11 packets. the video data from tello is fragmanted packets on the 802.11 layer, and only the packets that are in the end of each frame, which are not fragmanted, get picked up
so far i have tested this on 8266, 32, and 32-s
any thoughts on the subject? have you been able to receive the 1460 sized video packets?
(its not the 1460 thats the problem, i have received packets this size just fine from other esp devices, but the fact that its fragmanted)
The text was updated successfully, but these errors were encountered:
Hey! i have noticed you wrote something about the video feed:
"There is no support for forwarding video data from the Tello. This might be too much work for an ESP32. The new ESP32-S3 may work but it has not yet been tried."
I though i can pick it up and make it work :)
what i have expereienced is its not a not enough processing power problem, i think theres a problem with the esp8266/32/32-s modules, that can't regfragment 802.11 packets. the video data from tello is fragmanted packets on the 802.11 layer, and only the packets that are in the end of each frame, which are not fragmanted, get picked up
so far i have tested this on 8266, 32, and 32-s
any thoughts on the subject? have you been able to receive the 1460 sized video packets?
(its not the 1460 thats the problem, i have received packets this size just fine from other esp devices, but the fact that its fragmanted)
The text was updated successfully, but these errors were encountered: