tedd / Tedd.VirtualNetworkCam

A virtual camera driver for Windows that accepts images via network
GNU Lesser General Public License v2.1
24 stars 5 forks source link

Virtual network cam driver work only for skype #5

Open rajdipsimform opened 2 years ago

rajdipsimform commented 2 years ago

Hello there I have installed driver successfully, camera name is showing all over the place but only work with skype when i start skype its showing logs image which its says its started listing, but when i stop skype and other app try to access camera its can't get image or feed. virtual camera is working for only skype only. any idea how i can make it work for other application

My main goal is show camera frame to virtual camera in c#(WPF)

BakingBrains commented 2 years ago

@rajdipsimform were you able to resolve this?

rajdipsimform commented 2 years ago

@BakingBrains no, still i am facing issue

BakingBrains commented 2 years ago

@rajdipsimform I think zoom only accepts "Zoom verified drivers". check this link : https://community.zoom.com/t5/Rooms-and-Workspaces/New-third-party-USB-HID-device/m-p/9318#M188

This might be the issue. I am not sure

rajdipsimform commented 2 years ago

@BakingBrains i am looking for generic driver for all applications, virtual driver need to be available for all the application as camera name, just like OBS studio doing. do you think we can achieve this by C#?

BakingBrains commented 2 years ago

@rajdipsimform Yes that is possible. The thing is we need to find a way to send the integrated camera frames to the developed filter driver.

rajdipsimform commented 2 years ago

@BakingBrains do you have any idea or code snip for the same

@rajdipsimform Yes that is possible. The thing is we need to find a way to send the integrated camera frames to the developed filter driver.