kayasrc: add new source element for KAYA frame grabbers
Currently only tested with one BayerGB8 camera on a Komodo board. Missing dropped frame detection and 16-bit bayer support.
This commit is contained in:
@@ -22,6 +22,10 @@ if (IDSUEYE_FOUND)
|
||||
add_subdirectory (idsueye)
|
||||
endif (IDSUEYE_FOUND)
|
||||
|
||||
if (KAYA_FOUND)
|
||||
add_subdirectory (kaya)
|
||||
endif (KAYA_FOUND)
|
||||
|
||||
if (MATROX_FOUND)
|
||||
add_subdirectory (matrox)
|
||||
endif (MATROX_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user