I want to capture a video from a real webcam, apply filters with openCv and write the filtered video on a virtual webcam, to stream it on web.
I don't have problem with the first 2 points, but I don't know how I can write on a virtual webcam.
It's possible?
How can I do it?
I use openCv with C++ on Debian. Thanks