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

Recent content by JKU

  1. J

    Unofficial Standalone Golang Tello Package Released

    The error was making two duplicit instances of the drone... 1) var drone tello.Tello 2) drone := new(tello.Tello) package main import ( "log" "flag" "os/exec" "time" "github.com/SMerrony/tello" ) var ( drone tello.Tello x11Flag = flag.Bool("x11", false, "Use '-vo...
  2. J

    Unofficial Standalone Golang Tello Package Released

    Hello, I would like to ask you for help. I am trying to start video stream from Tello Drone but receiving the following error. It seems that there is some issue with the GetVideoSpsPps. The error is pointing to this line in GetVideoSpsPps() tello.ctrlConn.Write(packetToBuffer(pkt)). Thank you...

New Posts