obs-bmusb ========= `obs-bmusb` is a Linux plugin for [OBS studio][obs] that provides a Source for capturing from the BlackMagic USB3 cards Intensity Shuttle and UltraStudio SDI via the [bmusb][bmusb] driver. ## Building > When in doubt, follow [the OBS development instructions](https://obsproject.com/wiki/Getting-Started-with-OBS-Studio-Development) 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 [obs]: https://obsproject.com/ [bmusb]: https://git.sesse.net/?p=bmusb;a=summary