saperasrc: add new plugin for Teledyne DALSA Sapera frame grabbers

This commit is contained in:
Joshua M. Doe
2014-12-11 10:59:54 -05:00
parent 1cec085eca
commit d7851d627f
6 changed files with 840 additions and 0 deletions

View File

@@ -22,6 +22,10 @@ if (PHOENIX_FOUND)
add_subdirectory(phoenix)
endif (PHOENIX_FOUND)
if (SAPERA_FOUND)
add_subdirectory(sapera)
endif (SAPERA_FOUND)
if (XCLIB_FOUND)
add_subdirectory(pixci)
endif (XCLIB_FOUND)