Add PointGrey Grasshopper support; fixed DATAMAX for 8- and 12-bit images

This commit is contained in:
2023-02-03 09:57:35 +03:00
parent 5aed1d5955
commit 089370d276
13 changed files with 1810 additions and 1297 deletions

View File

@@ -16,6 +16,7 @@ option(ZWO "Add support of ZWO cameras" OFF)
option(FLI "Add support of FLI cameras" OFF)
option(BASLER "Add support of BASLER cameras" OFF)
option(HIKROBOT "Add support of HIKROBOT cameras" OFF)
option(FLYCAP "Add support of Grasshopper FlyCap cameras" OFF)
# default flags
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -W -Wextra -std=gnu99")
@@ -92,6 +93,9 @@ endif()
if(BASLER)
add_subdirectory(BASLER_cameras)
endif()
if(FLYCAP)
add_subdirectory(GRH_cameras)
endif()
# directory should contain dir locale/ru for gettext translations