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

Recent content by nvplus

  1. N

    How to receive Tello's PPS and SPS?

    Hello guys, I have a question. Do you know how to receive DJI Tello's PPS and SPS? Is it part of the videostream bytes or is there a command to receive it manually? nvplus
  2. N

    [Java] Receive Tello's video stream and decode using JCodec library

    Hello guys, this is my first test in Java to receive DJI Tello's video stream and decode it using JCodec. This is my code: public void run() { logger.info("Thread started"); try { socket = new DatagramSocket(new Integer(11111)); } catch (SocketException e) {...