damiafuentes / DJITelloPy

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!
MIT License
1.22k stars 488 forks source link

Cannot set bitrate, fps and resolution #219

Open kiloluke opened 4 months ago

kiloluke commented 4 months ago

Having an issue setting the bitrate, fps and resolution


me.connect()
print(me.get_battery())
me.takeoff()
me.send_rc_control(0, 0, 25, 0)
me.set_speed(100)
me.set_video_bitrate(Tello.BITRATE_2MBPS) #fails
# me.set_video_fps(Tello.FPS_15)  #fails as well
me.streamon()

Tried moving around the commands, did not help.

djitellopy.tello.TelloException: Command 'setbitrate 2' was unsuccessful for 4 tries. Latest response:  'unknown command: setbitrate;
M4GNV5 commented 4 months ago

Which Tello model are you using? Try updating the firmware using the official app.

kiloluke commented 4 months ago

Which Tello model are you using? Try updating the firmware using the official app.

The firmware is updated, the drone model is Tello Boost Combo