tshino / softcam

A library to make a virtual webcam on Windows
MIT License
110 stars 30 forks source link

Softcam doesn't appear in camera list on discord #47

Closed rp25 closed 7 months ago

rp25 commented 7 months ago

Softcam doesn't appear in camera list on discord windows app on windows 10. OBS virtual cam appears in Camera list. Softcam virtual does appear in other apps (web browser, OBS, Zoom)

tshino commented 7 months ago

Thank you for reporting! I could reproduce this issue. I will investigate it.

risingblock commented 7 months ago

Hi @tshino , I think it is working with the 32-bit version of softcam.

I see your readme says:

Note: The DLL softcam.dll built above is a 64-bit DLL file. In order to support 32-bit camera applications as well, you should build 32-bit softcam.dll too by choosing the platform Win32. The 32-bit DLL file will be put in the dist/bin/Win32 directory.

So is the best solution to package two versions of the .dll with the app? softcam-32.dll & softcam-64.dll.

What do you recommend?

Thanks for your hard work.

tshino commented 7 months ago

Nice! Yes, that's right! When I was testing, I missed that the Discord app is 32-bit.

The recommended solution is:

@risingblock, Thanks for your help!