damiafuentes / DJITelloPy

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot set bitrate, fps and resolution

kiloluke opened this issue · comments

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;

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

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