webcamoid / akvirtualcamera

akvirtualcamera, virtual camera for Mac and Windows
GNU General Public License v3.0
376 stars 47 forks source link

Windows: Skype for desktop do not find virtual camera #62

Open dinlink opened 2 years ago

dinlink commented 2 years ago

Reporting a problem?

Summary

On Windows: Skype shows error message "No device found". Does not recognize the virtual camera

Current Behavior

Skype version 8.83.0.408 (Skype for desktop, on Windows OS) do not find the created virtual camera. The virtual camera is shown by Google Meet and Zoom without any issue.

Expected Behavior

It should show the created virtual camera given that its support status is green

Steps to Reproduce

  1. Download latest version of Skype for desktop for Windows and install it.
  2. Open Command Prompt with administration privileges
  3. Install latest akvirtualcamera as shown in the wiki
  4. Add and setup a camera:
    1. AkVCamManager.exe add-device "Virtual Camera"
    2. AkVCamManager.exe add-format AkVCamVideoDevice0 RGB24 640 480 30
    3. AkVCamManager.exe update
  5. Open Skype client and check video setup

Suggestions and tips

Possible bug on latest Skype for Desktop

Your Environment

hipersayanX commented 2 years ago

If it's the UWP version, the virtual camera won't never work there.

dinlink commented 2 years ago

If it's the UWP version, the virtual camera won't never work there.

Dear @hipersayanX, how i can tell if it is the UWP version?. On the Skype Support platform, on the subject "What is the latest version of Skype on each platform?" it is stated that the latest version for windows is: "Skype for Windows Desktop version 8.83.0.408", which is the one i'm testing with unsuccessful results. Thank you in advance.

hipersayanX commented 2 years ago

According to this, Skype 7 was probably the last version to depend on DirectShow to capture from the webcam. Just in case, the OBS (the official version, not the Streamlabs one) virtual camera work in Skype?

dinlink commented 2 years ago

I do confirm that OBS-Studio 27.2.4 virtual camera gets detected by the latest Skype desktop version for Windows (8.83.0.408). Additionally, OBS is able to detect the virtual camera configured with AkVCamManager as an input source.

hipersayanX commented 2 years ago

If it works with OBS, it should work with AkVirtualCamera. Thanks, I'll check it when I've some time.