Hi all, I am capturing video from my webcam and it is processed by a C# program then i want to stream it to a C++ program. this C++ program can be configured to get a video stream from a webcam so is it possible to send/stream my processed video to this program where the C++ program detect that stream as a video which is coming from the webcam.
Thanks !
EDIT : My C# program access the webcam and do some processing. on the other side i have CCV which accepts either input from a webcam or a video file. so i want to send(stream) my processed video to CCV.