From 358a84bb97226f60fb888d02e7e7dd1236708d2d Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 8 Oct 2018 19:05:57 +0200 Subject: Retry reading control registers as HZG camera often returns 0xffffffff in ROI mode --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ba10a9b..2091f3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,11 +30,11 @@ add_custom_target(dist DEPENDS dist_clean COMMAND ${CMAKE_MAKE_PROGRAM} package_ if (NOT DEFINED CMOSIS_SENSOR_WIDTH) - set(CMOSIS_SENSOR_WIDTH "2048") + set(CMOSIS_SENSOR_WIDTH "5120") endif () if (NOT DEFINED CMOSIS_SENSOR_HEIGHT) - set(CMOSIS_SENSOR_HEIGHT "1088") + set(CMOSIS_SENSOR_HEIGHT "3840") endif () set(CMOSIS_SENSOR_WIDTH ${CMOSIS_SENSOR_WIDTH} CACHE STRING "Width of the sensor") -- cgit v1.2.3