analyzing from video

This commit is contained in:
PodmogilnyjIvan
2021-12-05 07:36:48 -08:00
parent 49e51e1ffe
commit 1fcda57b75
4 changed files with 50 additions and 41 deletions

View File

@@ -227,7 +227,11 @@ add_executable(my_ndi_source
my_ndi_source.cpp
)
target_include_directories(my_ndi_source PRIVATE ${MY_NDI_INCLUDE})
target_link_libraries(my_ndi_source MY_NDI_LIBS)
target_link_libraries(my_ndi_source
MY_NDI_LIBS
${OpenCV_LIBRARIES}
)
install(TARGETS my_ndi my_ndi_source gst_get_ndi gst_ndi