gst-plugin-linescan/gst/CMakeLists.txt
Joshua M. Doe 8ff872e634 bayerutils: add new plugin with bayer2gray, to do caps conversion
This is a convenience function to avoid using a capssetter when we want to treat
Bayer as gray. In the future we can add properties to balance each element of the
CFA.

Note there's a bug with the in-place transform, so currently a memcpy is being used.
2020-03-17 10:56:50 -04:00

11 lines
236 B
CMake

if (OPENCV_FOUND)
add_subdirectory (sensorfx)
endif (OPENCV_FOUND)
add_subdirectory (bayerutils)
add_subdirectory (extractcolor)
add_subdirectory (klv)
add_subdirectory (misb)
add_subdirectory (select)
add_subdirectory (videoadjust)