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

Recent content by SteenN

  1. S

    feeding video into opencv

    The attached files are essentially the same as from damiafuentes - maybe with small modifications. In the same folder as tellofpv.py you can make a new python-file and write these 3 lines of code: from tellofpv import TelloFPV telloFPV = TelloFPV() telloFPV.run() I used pip to install nympy...
  2. S

    feeding video into opencv

    Yes - no problem. I use cv2 for Mac and opencv-python for Windows
  3. S

    Swift videostream

    I have seen a number of requests for some Swift code for the videostream and now (June 7th) a guy named Florian Kriegel has offered a H264 decoder on GitHub: Kayakflo/TelloEdu-Swift-VideoStream Its for the Tello Edu drone but I believe it could work on the standard drone as well (maybe with...
  4. S

    Tello Edu - Scratch functionalities

    Yes, the Tello EDU has functions like height, temperature, barometer, battery etc in Scratch. I used it as an introduction to teach programming for secondary school a couple of month ago. You need different Tello.js and s2e files, but they are available.
  5. S

    Tello Video Web Streaming

    That made me try again and I found the problem: libsdl was missing from my ffmpeg build I solved the problem with: brew reinstall sdl2 ffmpeg Then, aften 'command' and 'streamon' in af Python script, it worked on my Mac with: FFmpeg -i udp://192.168.10.1:11111 -f sdl "VideoWindow"
  6. S

    Tello Video Web Streaming

    Great to hear that it is possible. I would very much like to find out what is needed to make my Mac work with ffmpeg. I can show the video on my Mac using Python libraries pygame and cv2, but with ffmpeg I've had no succes so far. My Mac IOS is Mojave (MacBook Pro 2018 model) and for ffmpeg I...
  7. S

    Tello Video Web Streaming

    The commands suggested by Tikum works on Windows : ffplay -probesize 32 -i udp://0.0.0.0:11111 -framerate 30 ffmpeg -i udp://0.0.0.0:11111 -f sdl "Tello" However, on my Mac the screen opens and there is no errors, but the screen remains black. Maybe it's because the sdl library isn't included...
  8. S

    Tello EDU in computer science class in secondary school

    I'm a teacher from Denmark starting a computer science class in January. I've bought the Tello EDU and have put together courses using Scratch and Python. (it's secondary school but for beginners). I'm completely new to drones myself but so far the Tello EDU looks like a great way to introduce...
  9. S

    feeding video into opencv

    Yes, it can be done with cv2 and pygame and it works just fine both on Mac and Windows - try damiafuentes/DJITelloPy

New Posts