From 5d818715ae58d1425ec94ea9449bb7bb4247f8bf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 9 Oct 2018 22:06:53 +0200 Subject: Clean more mess in configuration of different cameras and set defaults to HZG 20MPix --- test/ipedec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/ipedec.c b/test/ipedec.c index 42a856c..32569b9 100644 --- a/test/ipedec.c +++ b/test/ipedec.c @@ -268,8 +268,8 @@ int main(int argc, char const* argv[]) }; static Options opts = { - .num_rows = 1088, - .num_columns = 2048, + .num_rows = 3842, + .num_columns = 5120, .verbose = 0, .dry_run = 0, .clear_frame = 0, -- cgit v1.2.3