SirLynix / obs-kinect

OBS Plugin to use a Kinect (all models supported) in OBS (and setup a virtual green screen based on depth and/or body detection).
GNU General Public License v2.0
426 stars 29 forks source link

Add support for custom shaders #15

Open SirLynix opened 4 years ago

SirLynix commented 4 years ago

I was thinking, there already are plugins that brings support for shaders to OBS Studio, but due to the fact that they apply after this plugin renders, none of them is able to use the depth map and such. It would be nice to add a way to have that.

Also a way to have some augmented reality stuff.

skarard commented 4 years ago

This is a great idea! I was tweaking the greenscreen composite with a shader to clean up the output. It would be great to have access to the depth map!

SirLynix commented 4 years ago

I you have some idea on how to cleanup the greenscreen shader output I'll be glad to help you integrate them in obs-kinect!