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

Recent content by Tewni

  1. T

    streamon Unknow command

    Hello, when I am sending "streamon" command I get this; Unknown command All other commands work perfectly. This is my c# code ```cs static UdpClient udpClient = new UdpClient(8889); static bool first = false; public static string GetUDP(string command = "") {...