Add webcam script

master
Hektor Misplon 2021-12-31 16:01:19 +01:00
parent 7ef59d6b09
commit 54cc883f83
1 changed files with 3 additions and 0 deletions

3
.bin/cam Executable file
View File

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