summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-10-09 22:06:53 +0200
committerSuren A. Chilingaryan <csa@suren.me>2018-10-09 22:06:53 +0200
commit5d818715ae58d1425ec94ea9449bb7bb4247f8bf (patch)
tree2e9edf1878620379056cd474f66f1114a9dd0c96 /test
parent0ed858e99a22c4d39a8fee910eb7376cc6384b76 (diff)
downloadlibufodecode-5d818715ae58d1425ec94ea9449bb7bb4247f8bf.tar.gz
libufodecode-5d818715ae58d1425ec94ea9449bb7bb4247f8bf.tar.bz2
libufodecode-5d818715ae58d1425ec94ea9449bb7bb4247f8bf.tar.xz
libufodecode-5d818715ae58d1425ec94ea9449bb7bb4247f8bf.zip
Clean more mess in configuration of different cameras and set defaults to HZG 20MPix
Diffstat (limited to 'test')
-rw-r--r--test/ipedec.c4
1 files changed, 2 insertions, 2 deletions
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,