-
I have seen this https://github.com/webcamoid/akvirtualcamera, it supports windows, mac,linux.
I think pyvirtualcam can made as platform independent setup by using webcamoid builds.
-
This is [the example in wiki](https://github.com/webcamoid/akvcam/wiki/Configure-the-cameras#defining-the-devices).
```
[Cameras]
cameras/size = 2
cameras/1/type = output
cameras/1/mode = mma…
-
After downloading and running the installer attached, I couldn't find the akvcam anywhere on my computer. I search by using a camera app to try to find a camera device, it didn't work. Same thing happ…
-
Hi guys,
I got the following error when running `make`:
```bash
make[1]: *** No rule to make target 'Source/akvcam/src'. Stop.
```
I already double checked I have dependencies (`gcc`, `make`…
-
In order to be get the latest code of AkVirtualCamera as of yesterday to compile under Windows 10 with latest Visual Studio 16 2019 SDK, I had to apply the following small patch, because the available…
-
I've opened this issue to report some ideas and thoughts that come to my mind while working in the virtual camera.
Right now I'm working in the vcam for Mac, I'll use this driver ref1 for experimen…
-
With the configuration out of the box, installation failed miserably with cryptic errors.
Two suggestions:
- I needed to install "gyp" whatever that is. "pip install git+https://chromium.googlesourc…
-
Hello,
I want to reproduce the functionality of FakeWebcam as
import numpy as np
import cv2
import pyfakewebcam
file = 'obama.mp4'
cap = cv2.VideoCapture(file)
width = int(cap.get(cv…
-
It would be great to have this as a pip package that can easily be installed and updated with pip/pipx
-
# README
Some considerations before doing anything:
* Search the [issues list](https://github.com/webcamoid/akvirtualcamera/issues) for similar topics before opening a new one.
* If you know ho…