From a554cb955012adc51ab0d82af32206fd38a88da8 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Sat, 22 Feb 2025 11:37:25 +0100 Subject: add veye imx287 support: initial commit --- src/constants.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/constants.h') 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 -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; -- cgit v1.2.3-70-g09d2