From 49b53c75b94aea509436536f94dc3e65354b9fcf Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 26 Oct 2016 20:44:03 +1300 Subject: Add local/bin files --- local/bin/webcam-go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 local/bin/webcam-go (limited to 'local/bin/webcam-go') diff --git a/local/bin/webcam-go b/local/bin/webcam-go new file mode 100755 index 0000000..c9d30c2 --- /dev/null +++ b/local/bin/webcam-go @@ -0,0 +1,7 @@ +#!/bin/sh + +n=$1 + +[ -z $n ] && n=1 + +mplayer tv:// -tv device=/dev/video$n -vf screenshot -- cgit v1.1