https://github.com/eduidl/sixel-webcam-viewer
https://github.com/eduidl/sixel-webcam-viewer
sixel
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eduidl/sixel-webcam-viewer
- Owner: eduidl
- License: apache-2.0
- Created: 2023-02-10T14:40:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T14:51:24.000Z (over 3 years ago)
- Last Synced: 2025-01-12T13:11:24.579Z (over 1 year ago)
- Topics: sixel
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sixel-webcam-viewer
## 環境
sixel をサポートするターミナル (ex: [wezterm](https://wezfurlong.org/wezterm/))
## 依存ライブラリ
```sh-session
apt install libsixel1 libv4l-dev
```
## 実行
```sh-session
$ cargo build --release
$ ./target/release/sixel-webcam-viewer --help
webcam to sixel 0.1.0
USAGE:
sixel-webcam-viewer [OPTIONS]
FLAGS:
--help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --device [default: /dev/video0]
-f, --fps [default: 30]
-h, --height [default: 480]
-w, --width [default: 640]
$ ./target/release/sixel-webcam-viewer
```