- Install the dependencies with
cargo
- Print help with
cargo run
> cargo run
Usage: ./asciiman <options>
Options:
--video /dev/video0
--image /path/to/image
--color <options>
Color options:
No options: Only use foreground colors
bgcolor : Use background color
Note: Omit --color to not use colored rendering
- Run with a video card as
cargo run -- --video /dev/video0
- Run with an image as
cargo run -- --image /path/to/image
- Run with more color support as
cargo run -- --video /dev/video0 --color
- Run with background color support as
cargo run -- --video /dev/video0 --color bgcolor
Watch Demo: https://youtu.be/dUp_vIxBgLc