https://github.com/kjunichi/camtypers
Display your webcam image in your terminal(cmd.exe )
https://github.com/kjunichi/camtypers
cmd rust webcam-capture windows
Last synced: 6 months ago
JSON representation
Display your webcam image in your terminal(cmd.exe )
- Host: GitHub
- URL: https://github.com/kjunichi/camtypers
- Owner: kjunichi
- Created: 2017-09-10T13:48:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T12:33:04.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T17:31:45.975Z (8 months ago)
- Topics: cmd, rust, webcam-capture, windows
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# camtypers
[](https://travis-ci.org/kjunichi/camtypers)
[](https://ci.appveyor.com/project/kjunichi/camtypers)[](http://www.youtube.com/watch?v=5DliB_wdDEU)
# Prerequisites
## for Windows
```bash
cinst opencv
set LIB=%lib%;C:\tools\opencv\build\x64\vc14\lib
set PATH=%path%;C:\tools\opencv\build\x64\vc14\bin
```## for macOS
```bash
brew install opencv
```
# usage```bash
git clone https://github.com/kjunichi/camtypers.git
cd camtypers
cargo build --release
```