FloatImg/v4l2
tTh a4b7f5c21c nap time commit 2023-02-13 17:56:08 +01:00
..
Makefile add TIFF support to grabvidseq 2020-08-23 17:21:10 +02:00
README.md nap time commit 2023-02-13 17:56:08 +01:00
README.txt random patchys... 2020-04-02 14:49:10 +02:00
capture.c adding v4l2 example code 2019-05-25 11:56:56 +02:00
essai.sh a big commit of garbage 2022-05-14 20:49:59 +02:00
exemple.txt exemple de sortie de video-infos 2019-08-30 15:46:27 +02:00
funcs.c cosmetic 2023-02-13 14:27:01 +01:00
funcs.h premiere version de l'upscaling qui fonctionne 2019-09-03 15:37:49 +02:00
grabvidseq.c cosmetic 2023-02-13 14:27:01 +01:00
nc-camcontrol.c just wip 2020-08-06 22:30:40 +02:00
notes.txt shootgun debugging 2020-12-27 02:50:41 +01:00
rgb2fimg.c + stdint.h / +debug code 2021-05-27 16:55:54 +02:00
t.c cosmetic 2023-02-13 14:27:01 +01:00
v4l2_pr_structs.c cosmetic 2023-02-13 14:27:01 +01:00
v4l2_pr_structs.h random patchys... 2020-04-02 14:49:10 +02:00
video-infos.c minor improvments 2020-01-28 22:12:12 +01:00

README.md

Images en virgule flottante, video 4 linux

Quelques gruikwares en rapport avec la capture vidéo.

grabvidseq

Logiciel de capture d'une image flottante par accumulation de trames.

tth@lubitel:~/Devel/FloatImg/v4l2$ ./grabvidseq -h
options :
        -d /dev/?       select video device
        -g              convert to gray
        -n NNN          how many frames ?
        -O ./           set Output dir
        -o bla.xxx      set output filename
        -p NN.N         period in seconds
        -r 90           rotate picture
        -s WxH          size of capture
        -c mode         contrast enhancement
        -u              try upscaling...
        -v              increase verbosity

Les formats d'exportation sont : Fimg, Png, Tiff, Pnm et Fits. Chacun d'eux ayant son propre lot de limitations et de bugs. Le choix est fait selon l'extension du nom de fichier demandé~: ".fimg", ".tiff"...

video-infos

Options :
        -e N            examine that, please
        -d              select the video device
        -K              set the K parameter
        -l              list video devices
        -T bla          add a title
        -v              increase verbosity