Dear Experts,
I have a Tello Ryle drone boost combo which is non-EDU version. It has FW 01.04.92.01 and tested with Android app version 1.6.8.0. I am interested in accessing the downward camera. I tried the following options but did not work:-
1. Used the djitellopy library and tested using the API :-
drone = tello.Tello()
drone.connect()
drone.set_video_direction(drone.CAMERA_DOWNWARD) or Tello.CAMERA_DOWNWARD
2. me = tello.Tello()
me.send_command_with_return(“downvision 1”)
None of the above options worked. I even searched the forum and there were posts with DOWNWARD_CAMERA. But could not get the source code snippet. Can any of the experts share the working code to stream downward camera in a non-EDU tello raze drone? Thanks.
Regards
Savi3
I have a Tello Ryle drone boost combo which is non-EDU version. It has FW 01.04.92.01 and tested with Android app version 1.6.8.0. I am interested in accessing the downward camera. I tried the following options but did not work:-
1. Used the djitellopy library and tested using the API :-
drone = tello.Tello()
drone.connect()
drone.set_video_direction(drone.CAMERA_DOWNWARD) or Tello.CAMERA_DOWNWARD
2. me = tello.Tello()
me.send_command_with_return(“downvision 1”)
None of the above options worked. I even searched the forum and there were posts with DOWNWARD_CAMERA. But could not get the source code snippet. Can any of the experts share the working code to stream downward camera in a non-EDU tello raze drone? Thanks.
Regards
Savi3