I've done a project about image process using 'OpenCV', and I want to send my result image to virtual camera to show on skype.
I google many information like "DirectShow", "media foundation", "v4l2loopback"...
Finally, I've trying to use "media foundation" to do, and I studied MSDN to learn how to do.
Now I can use media foundation to get "Real" camera device, but no virtual camera(I've already register a VCam) in enumeration.
Could any one give some hint or another way to do this. Thanks!