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

Recent content by chiaine

  1. C

    Control Tello from java SE on desktop PC (with video)

    About 650 meters controlling it with my laptop and a good video stream
  2. C

    Entering Sport Mode on API

    I just received a feedback from the ryze customer support: "Thanks for reaching Ryze! Sorry that it's not a problem that we have limited the max speed in SDK mode for the safe. So it will have a low speed than the APP control although in a speed 100. Thanks and have a nice day! Regards...
  3. C

    Control Speed from SDK - issue

    I just received a feedback from the ryze customer support: "Thanks for reaching Ryze! Sorry that it's not a problem that we have limited the max speed in SDK mode for the safe. So it will have a low speed than the APP control although in a speed 100. Thanks and have a nice day! Regards...
  4. C

    Control Speed from SDK - issue

    Hello I'm developing a JAVA SE version of Tello and it works very well actually! I'm struggling with one problem at the moment: my tello disables the speed 100 mode after 5 seconds. I don't know why! For the first 5 seconds i can control it at high speed but after 5 seconds it becames slow...
  5. C

    Entering Sport Mode on API

    I'm coding a Java SE version and after about 5 seconds of flight (with speed 100 command) the Tello switch on low speed. I don't know why as that problem does not occur with the app but only using the API. I'm using rc command with parameter set to 100 and speed set to 100. Actually as the...
  6. C

    Control Tello from java SE on desktop PC (with video)

    I figured out how to control Tello from a simple Java SE Application on my desktop. I'm trying to decode the video stream from Java SE without success. Anyone can help me about the video decoding activity from JAVA SE?