tshino / softcam

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

Camera not recognized by Zoom #2

Closed danmao124 closed 3 years ago

danmao124 commented 3 years ago

I got this to work locally via my chrome browser, but Zoom doesn't recognize my virtual camera. Any idea on how to fix?

tshino commented 3 years ago

Thank you for reporting! I will try to investigate that.

tshino commented 3 years ago

It reproduced on my system.

I found that Zoom.exe is a 32-bit application. but softcam.dll is a 64-bit DLL. I'm not sure this difference is the cause of this issue, but I think it's worth a try to build a 32-bit version of softcam.dll.

I would like to try it later but not very soon. Thank you.

danmao124 commented 3 years ago

Thank you very much. I was able to get it work by downloading the win32 baseclasses from

https://www.microsoft.com/en-us/download/details.aspx?id=8279

Then rebuild solution in 32 bit mode

tshino commented 3 years ago

Good job! @danmao124