Skip to content

Commit e00bfe4

Browse files
author
Adrian Taylor
committed
Adding set_video_channel.
1 parent 93b70f1 commit e00bfe4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libardrone/libardrone.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ def set_video_bitrate (self, config_ids_string, bitrate):
243243
self.at(at_config_ids , config_ids_string)
244244
self.at(at_config, "video:bitrate", bitrate)
245245

246+
def set_video_channel(self, config_ids_string, channel):
247+
self.at(at_config_ids , config_ids_string)
248+
self.at(at_config, "video:channel", channel)
249+
246250
def set_max_bitrate(self, config_ids_string, max_bitrate):
247251
self.at(at_config_ids , config_ids_string)
248252
self.at(at_config, "video:max_bitrate", max_bitrate)

0 commit comments

Comments
 (0)