An open API service indexing awesome lists of open source software.

https://github.com/eduidl/sixel-webcam-viewer


https://github.com/eduidl/sixel-webcam-viewer

sixel

Last synced: over 1 year ago
JSON representation

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
```