more explanations

This commit is contained in:
2020-02-13 12:13:07 +01:00
parent db5638c9bd
commit 68a66dffaa
3 changed files with 47 additions and 18 deletions

View File

@@ -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 ]