Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by Damià Fuentes

  1. D

    Tello behaves very bad when using official SDK

    Hey guys, I am doing my master's thesis on drones and my university has DJI Tello's. The thing is that after working with them for a while I can say that using the official SDK, Tello's behave bad. These are the most common bad behaviors I found: - They never get to take off - They take off but...
  2. D

    tello takes off and lands automatically immediately

    Same issue here. Tello behaves very bad when using the official SDK. Does anyone know if Tello EDU is better with this?
  3. D

    PC and Tello Connection

    You may want to try this library damiafuentes/DJITelloPy
  4. D

    DJITelloPy: A new python wrapper for Tello

    I wrote the attached paper for the project. If you are interested in openCV, Augmented Reality or something similar I highly recommend you go through the following book: OpenCV: Computer Vision Projects with Python.
  5. D

    DJITelloPy: A new python wrapper for Tello

    You are very welcome Nahuel! I actually did an Augmented Reality project for the university using OpenCV, markers and the DJI Tello. That is why I developed this library.
  6. D

    DJITelloPy: A new python wrapper for Tello

    You just need to retrieve the video stream and go frame by frame saving it in a variable. Then export it to a video file.
  7. D

    DJITelloPy: A new python wrapper for Tello

    Hey Droner. The official SDK does not provide a way to retrieve photos. It only allow us to retrieve photos. But you could retrieve the video stream (which is implemented and tested in the library) and extract frames from there. Then you use the frames as single images.
  8. D

    DJITelloPy: A new python wrapper for Tello

    I developed a python library for the Tello drone using the official SDK. I implemented all the functionalities the official SDK has, including the live video. Feel free to try it out. damiafuentes/DJITelloPy
  9. D

    New Tello-EDU SDK

    This happened to me. Try updating the firmware using the app.
  10. D

    TelloPy vs pytello

    I developed a python library for the Tello drone using the official SDK. I implemented all the functionalities the official SDK has, including the live video. damiafuentes/DJITelloPy