Add preliminary DirectShow capture plugin
This covers the basics of devices. Mostly functional but not at 100% yet. Uses 'libdshowcapture' library to capture directshow video/audio. Both libdshowcapture and the plugin still need some work. Should at least capture basic webcams and capture cards for the time being.
This commit is contained in:
@@ -2,6 +2,7 @@ include_directories(SYSTEM "${CMAKE_SOURCE_DIR}/libobs")
|
||||
|
||||
if(WIN32)
|
||||
add_subdirectory(win-wasapi)
|
||||
add_subdirectory(win-dshow)
|
||||
add_subdirectory(win-capture)
|
||||
elseif(APPLE)
|
||||
add_subdirectory(mac-avcapture)
|
||||
|
Reference in New Issue
Block a user