mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 00:31:04 +03:00
Add PointGrey Grasshopper support; fixed DATAMAX for 8- and 12-bit images
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user