diff options
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 10 |
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; |
