johnwalicki / Node-RED-Tello-Control

Node-RED flows to control the Ryze Tello Drone
Apache License 2.0
127 stars 87 forks source link

Storing pictures and videos #21

Open theman162 opened 4 years ago

theman162 commented 4 years ago

Hi just is it possible to store pictures and videos from the tello drone in my pc

LindyGuernsey commented 4 years ago

Hi just is it possible to store pictures and videos from the tello drone in my pc

I figured out the saving pictures part of it with this node-red flow:

https://docs.google.com/document/d/1QfSq7c4SYP5rKVxvnAlMOyretI1O4rR_uQoFC9PUWUo/edit?usp=sharing

You may need to install the fs-ops-move node to get it going. It's configured for a raspberry pi to save the photos to home/pi/Pictures/ with the timestamp becoming the filename but you can change that in the file and fs-ops-move nodes to fit your system.