Skip to content

Commit

Permalink
Works with greyscale videos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilawar Singh committed Dec 15, 2015
1 parent 836062f commit 8725e70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion run.sh
@@ -1,2 +1,6 @@
#!/bin/bash
python ./blinky.py -f ./_videos/2015-10-10-k3.webm
if [ $# -lt 1 ]; then
echo "USAGE: $0 filename"
exit
fi
python ./blinky.py -f $1

0 comments on commit 8725e70

Please sign in to comment.