kinivi / tello-gesture-control

Control DJI Tello 🛸 using hand gesture recognition on drone`s camera video-stream. Feel free to contribute!
Apache License 2.0
288 stars 86 forks source link

Take off with gesture #13

Open petale-azerty opened 1 year ago

petale-azerty commented 1 year ago

Hello,

How can we "take-off" the drone without the keyboard but with the gesture ? Is there already a person who did that ?

thanks

kinivi commented 1 year ago

There is a command for landing; you can try to do that in a similar way. I suppose Tello API should contain a command to take off

petale-azerty commented 1 year ago

Hello,

Can you explain me how can I do this ?

Do I have to change things in the tello_gesture_controller.py file, or can I simply replace for example an image (the stop one) with this action self.tello.takeoff() ?