hootoovv / ffvCam

An Windows Virtual Camera Driver, which can stream local media file or network video feed.
28 stars 7 forks source link

How to use it in C++ code? #1

Open ZachL1 opened 2 years ago

ZachL1 commented 2 years ago

Forgive my ignorance, I have absolutely no idea how to use it in my project.

Specifically, my program uses opencv to capture input from the camera, and then does some processing on the input. I want the processed video stream to be "output to a virtual camera". I'm not sure if this description is accurate. Anyway, I want other apps (such as zoom that get input from the camera) to select the Virtual Cam as input to get my processed video stream.

Can I do this with ffvCam? And how?

I am a beginner and my native language is not English. So I'm not sure if my formulation is clear. Please give me some replies, thanks!

gaamaaresosa commented 3 months ago

Your question is 100% valid as me too raise the same. But why the author didn't explain fully.

Virtural Cam filter means the next question is how and where to push the source to that vCam ? 100s of postings asked this question and no answer anywhere in the universe.

Me too need 2 directshow filterss. 1) Sink (?) 2) Source (vCam)

Can you please help me if you had found the answer for it ?