- New plugin extracts single row/column from frames and builds line scan image - Supports horizontal mode (extract row, stack vertically) - Supports vertical mode (extract column, stack horizontally) - Configurable line index and output size - Proper caps negotiation with fixate_caps implementation - Updated build system to include linescan plugin - Added comprehensive README with usage examples
18 lines
357 B
CMake
18 lines
357 B
CMake
if (OPENCV_FOUND)
|
|
add_subdirectory (sensorfx)
|
|
endif (OPENCV_FOUND)
|
|
|
|
add_subdirectory (bayerutils)
|
|
add_subdirectory (extractcolor)
|
|
add_subdirectory (intervalometer)
|
|
add_subdirectory (linescan)
|
|
|
|
if (ENABLE_KLV)
|
|
add_subdirectory (klv)
|
|
endif ()
|
|
|
|
add_subdirectory (misb)
|
|
add_subdirectory (rollingsum)
|
|
add_subdirectory (select)
|
|
add_subdirectory (videoadjust)
|