more explanations
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# change this to point to your installed binary
|
||||
#
|
||||
GVS=${HOME}/Devel/FloatImg/v4l2/grabvidseq
|
||||
|
||||
# ------------------------------------
|
||||
@@ -11,8 +14,14 @@ PERIOD=0.0
|
||||
COUNT=compteur
|
||||
OPTIONS=" -v "
|
||||
SHOW="no"
|
||||
# output format can be of those types:
|
||||
# .pnm .fimg or .png
|
||||
OFORMAT="P_%04d.pnm"
|
||||
|
||||
# ces paramètres peuvent être surchargés avec
|
||||
# un fichier nommé "reglages" dans le répertoire
|
||||
# de travail.
|
||||
|
||||
# ------------------------------------
|
||||
# overide parameters from $PWD
|
||||
if [ -r ./reglages ]
|
||||
|
||||
Reference in New Issue
Block a user