CatxFish / obs-v4l2sink

obs studio output plugin for Video4Linux2 device
GNU General Public License v2.0
930 stars 99 forks source link

Need a way to sink scenes #16

Open AlexDaniel opened 4 years ago

AlexDaniel commented 4 years ago

While it's awesome to be able to sink the whole output, sometimes it's needed to sink a specific scene even if it's not used for output. I think this is already possible with NDI plugin, but obviously sinking into a v4l2 device is much more efficient.

AlexDaniel commented 4 years ago

Looking at obs-ndi, it seems like this can be done by implementing a Filter. This way it'd be possible to apply it on both Sources and whole Scenes.