dji-sdk / Tello-Python

This is a collection of python modules that interact with the Ryze Tello drone.
Other
1.35k stars 644 forks source link

Where is the video protocol documented? #6

Closed wtesler closed 5 years ago

wtesler commented 5 years ago

https://github.com/dji-sdk/Tello-Python/blob/5b0b8193c4b701c612b73b8c1e59a11046d4506a/Tello_Video/tello.py#L104

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 commented 5 years ago

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 commented 5 years ago

@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 commented 5 years ago

@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.