akvirtualcamera icon indicating copy to clipboard operation
akvirtualcamera copied to clipboard

Zoom can't detect akvirtualcamera,and virtual cameras can't delete in Windows.

Open alan20733 opened this issue 2 years ago • 9 comments

README

Some considerations before doing anything:

  • Search the issues list for similar topics before opening a new one.
  • If you know how to fix the problem, consider doing a pull request instead of opening a new issue.
  • Only report problems in latest and development version. Reporting issues related to older versions will be rejected.
  • Use gist to post logs longer than 1024 characters.
  • akvirtualcamera as project, is not affiliated or endorsed to any distribution, report packaging problems in their respective issue tracker.
  • Respect the templates, we need as much information as possible.
  • Don't open an issue and disappear, we need you at least the first week to clear up missing information.
  • Missing information makes useless and unsolvable an issue report.
  • You are our debbuger, eyes and hands, if an issue is not reproducible then you will be the only person able to solve it.
  • Take a seat and wait for your turn, as many others that has their issues open, or much better try fixing it your self and collaborate with the solution :smile:

Choose one of the templates bellow that fit better your issue.

Reporting a problem?

There are two problems

  1. Zoom is unable to detect virtual camera on Laptop,but meet is able to detect virtual camera on the same Laptop.
  2. try to use AkCamManager remove-devices command to remove the redundant virtual camera that listed on Meet but fail. Would you please advise the correct method to delete the redundant virtual camera.

Summary

Write here a brief description of the problem.

Current Behavior

For problem 1: Describe the problem the best as you can, don't omit information. AkCamAssistant did intalled,and followed the configuration guide.Chrome meet can find the virtual camera with the configuration,but zoom cannot. For problem 2: AkCamAssistant didn't intalled and followed the configuration setting to created some virtual cameras. Only the virtual camera created after AkCamAssistant intalled can show by "AkVCamManager devices" command.The other virtual camera can't remove.

Expected Behavior

How it should have work?

Steps to Reproduce

If akvirtualcamera crashed, try to reproduce the crash several times to be sure where is the problem. Write the steps to reproduce the issue bellow:

  1. Open this
  2. Click that
  3. Drag those
  4. ...

Suggestions and tips

How would you solve the problem?

Your Environment

  • akvirtualcamera inormation: (version) (architecture) version:9.1.0
  • Operating System information: (name) (numeric version and codename if applied) (architecture) Windows 10 home 21H2/19044.1586/Windows Feature Experience Pack/120.2212.4170.0
  • Any other useful information: (logs, gdb backtrace, valgrind logs, screenshots, hardware, etc.)

Want a new feature?

Describe your idea the best as you can, include sketches, mockups and diagrams if required.
Be patient, take in mind that there may be other priorities. Your idea will be accepted if fit in project goals.

Questinons and other matters?

Go ahead!

alan20733 avatar Apr 19 '22 14:04 alan20733

I did tested the test call and it was working fine. For the uninstall problem, just got to the install folder and run the uninstaller. Also be sure you have installed the latest version.

hipersayanX avatar Apr 19 '22 15:04 hipersayanX

@hipersayanX it’s a strange issue. One of my laptop was working fine but the other one was not. And both of them can find the virtual camera from google meet.

victorc03 avatar Apr 19 '22 16:04 victorc03

Did you configured the vcam manually or did you used Webcamoid to setup it?

hipersayanX avatar Apr 22 '22 16:04 hipersayanX

I found this, https://githublab.com/repository/issues/webcamoid/webcamoid/233 that you discussed 2 years ago. Is it the same issue on Zoom as mine?

victorc03 avatar Apr 22 '22 16:04 victorc03

Uploading 2EC9F871-A96F-4EDB-89A7-AB6F665FEC9A.png…

victorc03 avatar Apr 22 '22 16:04 victorc03

Is it the same issue on Zoom as mine?

Not exactly. In #233, the user was talking about Mac, in Mac some programs needs the plugin to be signed otherwise it won't load it, Windows does not have such requirement, but there are other complications, like for example if the app is using Media Foundation for capturing the camera instead of DirectShow, in such case the vcam won't work, I've tested the vcam with the test call and it was working fine, so this is not the case. Later the conversation switched to creating a vcam dongle (instead of using a software vcam), but that is a whole different level.

hipersayanX avatar Apr 23 '22 02:04 hipersayanX

I intalled akvirtualcamera-windows-9.1.0.exe in my Win10 Desktop, and then copied the three files AkVCamAssistant.exe、AkVCamManager.exe、AkVirtualCamera.dll to my laptop. Then did the following steps 1.AkVCamAssistant.exe --install 2.sc start AkVCamAssistant 3.AkVCamManager add-device Virtual_Camera 4.AkVCamManager update 5.AkVCamManager.exe devices result: +-------------------------+-------------------+ | Device | Description | +------------------------- |--------------------+ | AkVCam VideoDevice0 | Virtual_Camera | +--------------------------|--------------------+ 6.AkVCamManager add-format AkVCamVideoDevice0 YUY2 1280 720 30 7.AkVCamManager update 8.AkVCamManager set-picture /path/image.png 9.AkVCamManager update 10. In my laptop, I can use Google Meet/ Webex/ Teams to detect the AK virtual camera, but Zoom cannot. 11.But I can use Zoom to detect OBS and ManyCam virtual camera.

alan20733 avatar Apr 23 '22 06:04 alan20733

1.AkVCamAssistant.exe --install

Did you did that with both x86 and x64 plugins?

hipersayanX avatar Apr 24 '22 15:04 hipersayanX

Only x64 plugins After I reinstalled zoom,the virtual camera can be detected by zoom.

I got another question. I used "taskkill /IM AkVCamAssistant.exe /F" command to kill AkVCamAssistant in process. After that, I can’t get AkVCamAssistant.exe work again. Even I reinstall the akvirtualcamera-windows-9.1.0.exe and reboot. System:Windows 11.

image

alan20733 avatar May 10 '22 16:05 alan20733