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

Recent content by cgbsu

  1. C

    Tello Gobot API tello.VideoFrameEvent Not Firing

    Hello, I am trying to get video feed from a tello drone, I am using the Gobot API and it just seems like the tello.VideoFrameEvent is not firing, I see no message from it, and the main thread's loop never progresses past waiting on the stream from ffmpeg (I also tried this with mplayer). I can...
  2. C

    Get flightdata via gobot

    I dont know if the API updated or something (saw your question while posting my own), but I get the battery level like this flightData := data.( *tello.FlightData ) fmt.Println( "battery power:", flightData.BatteryPercentage )
  3. C

    OpenCV in Unity while streaming Tello video feed?

    Im writing this to bump your thread because it seems like a really good question
  4. C

    New App For Linux

    This is awesome, for a point of clarity, the user writes a callback to read the camera data, then it signals the tello to take more video, is that correct?