From 67f16203c20a5a1e98d08ab29ae819468798f01e Mon Sep 17 00:00:00 2001 From: Marco Bakera Date: Tue, 15 Oct 2024 07:21:29 +0200 Subject: [PATCH] added option to stream webcam device file. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fc61be8..4933db1 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,13 @@ Just run `video-to-ascii` in your terminal $ video-to-ascii -f myvideo.mp4 ``` +If you have a video device like a webcam you can use the device file, too. + +```bash +$ video-to-ascii -f /dev/video0 +``` + + ### Options **`--strategy`**