I have written an application which reads from a webcam and processes the frames using OpenCV on linux.
Now I want to pipe the output of my application to a virtual webcam that has been created by the V4L2loopback module so other applications are able to read it.
I have written the application using C.
How do I approach doing this?