kinect-2-background-removal
kinect-2-background-removal copied to clipboard
send video to video capture source?
Thanks for making this code available!
It would be awesome if the video was fed into a video capture source for consuming in another app that expects a video capture source (like skype?)...
Hi Jeske and thanks for your comment. You can combine the background image/video with the green-screen output into a single byte array. That way, you could transmit the new byte array to the 3rd-party application.
In WPF, you can use a RenderTargetBitmap for that purpose.