git.s-ol.nu obs-bmusb / master
master

Tree @master (Download .tar.gz)

obs-bmusb

obs-bmusb is a Linux plugin for OBS studio that provides a Source for capturing from the BlackMagic USB3 cards Intensity Shuttle and UltraStudio SDI via the bmusb driver.

Building

When in doubt, follow the OBS development instructions

git clone --recursive https://github.com/obsproject/obs-studio.git    # clone OBS source
cd obs-studio

git submodule add https://git.s-ol.nu/obs-bmusb.git plugins/obs-bmusb # add obs-bmusb submodule
echo 'add_subdirectory(obs-bmusb)' >> plugins/CMakeLists.txt          # add plugin to cmake
cmake .                                                               # generate makefile
make                                                                  # build