summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/constants.h b/src/constants.h
index 53e6063..ba17382 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -6,8 +6,14 @@
// TODO: get rid of qstring
#include <QString>
-constexpr size_t img_width = 1280;
-constexpr size_t img_height = 800;
+// ov9281
+// constexpr size_t img_width = 1280;
+// constexpr size_t img_height = 800;
+
+// imx287llr
+constexpr size_t img_width = 704;
+constexpr size_t img_height = 544;
+
constexpr size_t img_size = img_width * img_height;
constexpr uint32_t patternSize = 10;