mirror of
https://github.com/Harshit-Dhanwalkar/AsciiCam.git
synced 2026-06-30 11:19:38 +02:00
15 lines
524 B
Markdown
15 lines
524 B
Markdown
# AsciiCam
|
|
Ascii video output from your webcam in your terminal.
|
|
|
|
<img src="assets/demo.gif" width="325">
|
|
|
|
## TODO
|
|
|
|
- [x] Adjust width and height of capturing frame.
|
|
- [ ] Brightness/contrast adjustment.
|
|
- [ ] Custom ASCII charset via config file
|
|
- [ ] Reverse video - Invert brightness $\rightarrow$ charset mapping
|
|
- [ ] Color output - Extract U/V channels, map to ANSI/RGB codes
|
|
- [ ] Add feature to record and save it in popular video formats like `.mp4`, `.mov` and `.gif`.
|
|
- [ ] Dithering
|
|
- [ ] Migrate from C to Cpp.
|