Questions tagged [virtual-webcam]

19 questions
0
votes
1 answer

How to debug DirectShow push source filter?

I tried one of sample DirectShow based virtual camera available at https://github.com/roman380/tmhare.mvps.org-vcam I am able to compile and build and its working fine in browsers(Chrome and Edge). But in case of Desktop app like Zoom and Team…
Alok
  • 7,734
  • 8
  • 55
  • 100
0
votes
0 answers

Blurry desktop capture output in Directshow Virtual camera

I am trying to create Directshow virtaul camera to capture desktop. For creating virtual camera I used existing https://github.com/roman380/tmhare.mvps.org-vcam For adding desktop capturing instead of random data I took help from Microsofts Push…
Alok
  • 7,734
  • 8
  • 55
  • 100
0
votes
1 answer

node-virtualcam npm module on windows 10 is not working

I want to try node-virtualcam available on https://www.npmjs.com/package/node-virtualcam I am on Windows 10, 64 bit so I followed following steps to try. run npm install --global --production windows-build-tools --vs2015 with admin cmd git clone…
Alok
  • 7,734
  • 8
  • 55
  • 100
-1
votes
1 answer

Sending a webcam input to zoom using a recorded clip

I have an idea that I have been working on, but there are some technical details that I would love to understand before I proceed. From what I understand, Linux communicates with the underlying hardware through the /dev/. I was messing around with…
1
2