I want to capture video from a real webcam, apply filters with openCv and write filtered video on a virtual webcam to transmit it on the Internet.
I have no problem with the first two points, but I do not know how I can write on a virtual webcam.
Is it possible?
How can i do this?
I am using openCv with C ++ on Debian . Thanks
source
share