qcamsrc: Initial commit of QImaging QCam video source

This commit is contained in:
Joshua M. Doe
2021-01-19 13:32:47 -05:00
parent 01c65a2d18
commit c72458c918
6 changed files with 864 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ if (PYLON_FOUND)
add_subdirectory(pylon)
endif (PYLON_FOUND)
if (QCAM_FOUND)
add_subdirectory(qcam)
endif (QCAM_FOUND)
if (SAPERA_FOUND)
add_subdirectory(sapera)
endif (SAPERA_FOUND)