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:
Joshua M. Doe
2018-07-09 10:17:59 -04:00
parent 6e507ef15f
commit bf35f7f832
6 changed files with 848 additions and 0 deletions

View File

@@ -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)