-
Notifications
You must be signed in to change notification settings - Fork 3
Configure drone video
ErnGusMik edited this page Apr 13, 2023
·
3 revisions
tello.video_stream_on()
# OR
tello.video_stream_off()Possible responses: ok / error
tello.fps(fps)Possible responses: ok / error
Parameters:
- fps: string. FPS of videos:
'high'or'h'-- 30 FPS,'medium'or'm'-- 15 FPS,'low'or'l'-- 5 FPS.
tello.set_resolution(resolution)Possible responses: ok / error
Parameters:
- resolution: string. Video stream resolution --
'h'or'high'for 720P, or'l'or'low'for 480P.
tello.set_bitrate(bitrate)Possible responses: ok / error
Parameters:
- bitrate: integer. Video stream bitrate in Megabytes per second (Mbps)--
1to5or0for automatic.
Install on pip: pip install tello-sdk
Go home
Created by ErnGusMik in 2022. Licensed under the MIT license.