Add description

This commit is contained in:
2022-05-11 12:25:20 +02:00
parent 32d1a064f3
commit 962548e0aa
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
# Open webcam window
ffplay -f v4l2 -s 640x480 -i /dev/video0 >/dev/null 2>&1 & disown