增加VideoCapture

This commit is contained in:
2025-03-17 15:55:43 +08:00
parent f58f29404e
commit 2a980fbdf8
17 changed files with 862 additions and 449 deletions

View File

@ -77,6 +77,7 @@ endif()
add_library(cv SHARED ${CMAKE_JS_SRC}
cxx/node.cc
cxx/mat.cc
cxx/videocap.cc
cxx/util.cc
)
target_link_libraries(cv ${CMAKE_JS_LIB} ${OpenCV_LIBS})