Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

making the video feed work :) #5

Open
razgino11 opened this issue Sep 20, 2023 · 1 comment
Open

making the video feed work :) #5

razgino11 opened this issue Sep 20, 2023 · 1 comment

Comments

@razgino11
Copy link

razgino11 commented Sep 20, 2023

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)

@razgino11
Copy link
Author

BTW, i have tested this also with the raspberry pi pico, and the poblem is not present there, but its indeed not powerfull enough :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant