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.
Argus Capture requires
dnf install rust rust-analyzer rustfmt rust-src rust-std-static cargoThe 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/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/debugContributions 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.
