diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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") |