https://github.com/hlsxx/tuicam
Terminal based ASCII camera
https://github.com/hlsxx/tuicam
ascii camera ratatui rust terminal tui
Last synced: 15 days ago
JSON representation
Terminal based ASCII camera
- Host: GitHub
- URL: https://github.com/hlsxx/tuicam
- Owner: hlsxx
- License: mit
- Created: 2024-12-14T10:04:15.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-03-03T07:17:57.000Z (about 2 months ago)
- Last Synced: 2025-04-02T06:09:34.890Z (22 days ago)
- Topics: ascii, camera, ratatui, rust, terminal, tui
- Language: Rust
- Homepage:
- Size: 546 KB
- Stars: 76
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Requirements
### OpenCV
Before using Tuicam, install [OpenCV](https://opencv.org/) on your computer.**Note:** If your OpenCV version is **< 4.6.0**, use the feature flag `opencv_old`:
```sh
cargo install tuicam --features opencv_old
```## Installation
### Cargo
Tuicam is available on [crates.io](https://crates.io/crates/tuicam).```
cargo install tuicam
```### Nix
```
nix-shell -p tuicam
```