Automatically download images from the Mars Ingenuity helicopter and compile them into a video.
gif of the sol 403 flight
Ingenuity-DL works with the NASA raw images API to download images from the Ingenuity Mars helicopter, and convert them into a GIF.
``` USAGE: ingenuity-dl [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information -s, --save Save images instead of deleting them -V, --version Prints version information
OPTIONS:
-f, --fps
ingenuity-dl -d 403 -o sol-403.gif -f 7
If there was no flight on the specified sol, an error will be returned. A comprehensive list of all flights Ingenuity has taken is available on this page.
Prerequisites: Rust + Cargo must be installed. See the Rust installation guide for more information.
cargo install ingenuity-dl
Once this is done, the application will be available as ingenuity-dl
in the command line.