working video setup

This commit is contained in:
itten
2026-07-06 01:27:19 +03:00
parent f37c576bdc
commit c60c5645ed
6 changed files with 529 additions and 1 deletions
+6
View File
@@ -106,6 +106,12 @@ if(NDI_SDK_DIR)
add_subdirectory(nodes/ndiin)
endif()
# ── DeckLink nodes ────────────────────────────────────────────────────────────────
set(DECKLINK_SDK_DIR "" CACHE PATH "Path to DeckLink SDK root")
if(DECKLINK_SDK_DIR)
add_subdirectory(nodes/decklinkin)
endif()
add_subdirectory(nodes/videoin)
# ── Core server ──────────────────────────────────────────────────────────────