Tello-Python icon indicating copy to clipboard operation
Tello-Python copied to clipboard

This is a collection of python modules that interact with the Ryze Tello drone.

Results 70 Tello-Python issues
Sort by recently updated
recently updated
newest added

The limitation is mentioned in [the FAQ](https://github.com/dji-sdk/Tello-Python/blob/693776d65b691525773adf4f320f034946fb15b2/TelloPython_FAQ.txt): ``` Q8:Can Tello EDU transmit video streams externally in station mode (send ap 'ssid' 'password' command for Tello EDU)? A8:This feature is currently...

Hi all, I was trying out both Tello_Video & Tello_Video_With_Pose_Recognition packages in my Mac Os catalina At first, I installed Tello_Video with the one click install and it not work....

Python 2.7 will soon be deprecated. Have you considered moving the project to python3?

What kind of operation should be performed on libh264decoder under mac environment? Show libh264decoder model does not exist in pycharm environment I tried to copy the libh264decoder folder and libh264decoder.so...

I follow the steps but failed to take snapshot. I try every method but it don't work. Thx for help. ------------------------------------------------------------------------------------- Exception in Tkinter callback Traceback (most recent call last):...

Error log: ``` Exception in Tkinter callback Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1536, in __call__ return self.func(*args) File "/Users/jimipedros/git/Tello-Python/Tello_Video/tello_control_ui.py", line 245, in takeSnapshot cv2.imwrite(p, cv2.cvtColor(self.frame, cv2.COLOR_RGB2BGR)) error:...

`python main.py [indeo3 @ 0x1360440] Invalid picture dimensions: 0 x 0! Traceback (most recent call last): File "main.py", line 14, in main() File "main.py", line 7, in main drone =...