From 776c3e9dbda446198f7d90b4918ab3a642773239 Mon Sep 17 00:00:00 2001 From: phyto Date: Fri, 30 Aug 2019 15:47:00 +0200 Subject: [PATCH] gros manquements ergonomiques --- v4l2/grabvidseq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index 24f7a1d..1f041fb 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -36,8 +36,8 @@ #define SAVE_AS_PNM 0 #define SAVE_AS_FIMG 0 -#define WIDTH 1920 -#define HEIGHT 1080 +#define WIDTH 720 +#define HEIGHT 576 /* --------------------------------------------------------------------- */