-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Is it possible to add support for akvcam? #79
Comments
akvcam should work with the right configuration, it only is not well-tested and documented, yet. Can you try this config? https://github.com/allo-/virtual_webcam_background/issues/33#issuecomment-638469310 When it is clear what works with akvcam, we could just bundle an example config. |
Thanks @allo- for the response, I'll give it a try once I get some free time. For instance I just want to remove background on zoom with a still image, and I would be more than happy with that, but my hardware recourses on my laptop are minimal. That's a macbook early 2015, so no dedicated gpu here, let a alone any solution that might require neural network for background removal. I'm using an app controlling the fan speed to avoid overheating issues and I want to have a simple solution for background removal in zoom meetings that doesn't drain the cpu resources causing the fans to spin out control and have all that noise come through the video meetings. That was my experience with snap camera which does background removal but the temps on the laptop easily reach 65-66 degrees Celsius while the app is running, once I shut it down temps fall below 50, and I have a ton of open chrome tabs and other apps running. Did you notice any similar issues with the virtual webcam background? |
You don't need a GPU as the libraries will fall back to using the CPU. But when you have a supported GPU, it will be more efficient than when using the CPU. You can reduce the CPU/GPU load by decreasing the frame rate and image resolution. |
Thanks I gave it a shot but it seems that |
Hi, could ti be possible to add support for akvcam to also work on OSX?
I suspect this might require to change the command involving v4l2loopback to instead use akvcam!
Maybe just a
case
shell command either asking the user to define which virtual drive they have installed or identifying by default which one is installed on the system?Thanks!
The text was updated successfully, but these errors were encountered: