I wrote an application that reads from a webcam and processes frames using OpenCV on linux. Now I want to transfer the output of my application to the virtual webcam created by the V4L2loopback module so that other applications can read it. I wrote an application using C. I'm not sure how to approach this. Could you give me some hints?
source
share