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

Where is the video protocol documented? #6

Closed
wtesler opened this issue Dec 31, 2018 · 3 comments
Closed

Where is the video protocol documented? #6

wtesler opened this issue Dec 31, 2018 · 3 comments

Comments

@wtesler
Copy link

wtesler commented Dec 31, 2018

if len(res_string) != 1460:

Where is this behavior documented (where a packet length not of 1460 is used to partition a frame)? I'm having trouble finding any official sources which talk about the protocol.

@hanker-lu
Copy link
Collaborator

Tello-Python/Tello_Video/tello.py

Line 104 in 5b0b819

if len(res_string) != 1460:
Where is this behavior documented (where a packet length not of 1460 is used to partition a frame)? I'm having trouble finding any official sources which talk about the protocol.

Hello,you can refer to doc/readme.pdf.

@johnwalicki
Copy link

@hanker-lu - The "What's possible?" thread in the TelloPliots.com forum talks about reverse engineering the Tello protocols (including the video stream). https://tellopilots.com/threads/tello-whats-possible.88/

@hanker-lu
Copy link
Collaborator

@hanker-lu - The "What's possible?" thread in the TelloPliots.com forum talks about reverse engineering the Tello protocols (including the video stream). https://tellopilots.com/threads/tello-whats-possible.88/
Have already seen it, thank you.

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

3 participants