set_video_bitrate does not work
maashon opened this issue · 4 comments
I am trying to take image with tello. by default, the images are less than 1megapixel in resolution. I tried to use set_video_bitrate function but it does not work.
What do you mean by "it does not work"? What error message do you receive? Can you share the code you use for taking pictures? Is your tello running the latest firmware?
I use the function
set_video_resolution(self.drone.RESOLUTION_720P)
but it gives the following error and does not change the resolution:
raise Exception("Command '{}' was unsuccessful for {} tries. Latest response:\t'{}'"
Exception: Command 'setresolution high' was unsuccessful for 4 tries. Latest response: 'unknown command: setresolution'
my tello is up to date(when I want to update the tello in the phone application, it says: latest version)
What do you mean by "it does not work"? What error message do you receive? Can you share the code you use for taking pictures? Is your tello running the latest firmware?
I use the function
set_video_resolution(self.drone.RESOLUTION_720P)
but it gives the following error and does not change the resolution:
raise Exception("Command '{}' was unsuccessful for {} tries. Latest response:\t'{}'"
Exception: Command 'setresolution high' was unsuccessful for 4 tries. Latest response: 'unknown command: setresolution'
my tello is up to date(when I want to update the tello in the phone application, it says: latest version)