Skip to content

shivarm/ArgusCapture

 
 

Repository files navigation

Argus Capture

Argus Capture logo

Argus Capture is an camera tethering application that uses voice-to-text AI to control the camera and the shooting.

Argus Capture is named after Argus which is a many-eyed giant in Greek mythology.

Features

Compiling the source

Argus Capture requires

dnf install rust rust-analyzer rustfmt rust-src rust-std-static cargo

Release build

The following commands will install Argus Capture in the /usr/local hierarchy.

git clone https://github.com/ArgusCapture/ArgusCapture.git
cd ArgusCapture
cargo build --release
sudo cargo install --root /usr/local/

Debug build

The following commands will create a DEBUG version of Argus Capture.

git clone https://github.com/ArgusCapture/ArgusCapture.git
cd ArgusCapture
cargo build
cd target/debug

Contributing

Contributions to Argus Capture are managed on GitHub.com

Contributions are most welcome !

Please, consult our Code of Conduct policies for interacting in our community.

Consider giving the project a star on GitHub if you find it useful.

License

GNU General Public License v3.0

About

Argus Capture

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%