From 743edce97bef0897644164f379c085b7e03c3d0a Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 27 Nov 2009 19:17:31 +0100 Subject: [PATCH] Set default parameters which works with both my cameras --- streamer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/streamer.c b/streamer.c index 0a93751..635593f 100644 --- a/streamer.c +++ b/streamer.c @@ -35,8 +35,8 @@ static const char *sdp_file = "sdp.txt"; static const char *vdev = "/dev/video0"; static const char *dst = "127.0.0.1"; static int dport = 20000; -static int width = 352; -static int height = 288; +static int width = 640; +static int height = 480; int fps = 25; static const char *impform = "video4linux2"; AVFormatContext *s, *os; -- 2.39.2