Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant delete the virtual camera #60

Open
lidoof opened this issue Dec 5, 2024 · 4 comments
Open

cant delete the virtual camera #60

lidoof opened this issue Dec 5, 2024 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@lidoof
Copy link

lidoof commented Dec 5, 2024

i have compiled both X64 and x86 projet of softcam, and added manually to the register via regsvr32, and now i cant delete them, i have two virtual cameras, that i cant even use ( i didnt undersand well how to do it, can someone explain to me thx ) u can guys add me on discord lidoof#7135

@tshino tshino added the help wanted Extra attention is needed label Dec 5, 2024
@tshino
Copy link
Owner

tshino commented Dec 5, 2024

Unfortunately, I have no idea for your case since I do not use regsvr32 with this library at all.

@lidoof
Copy link
Author

lidoof commented Dec 5, 2024

ok ok, so if I want to create a virtual cam I should use the example softcam installer ?, but if i want to build a client application with fluttter and use it with ur , library, to send frames, how do I link, to that specific virtual cam , ( I build the softcam projet and insall it with the installer, then how do I send frames), also if u can add me on discord, to discuss about it after work, it would be great ,
NB: the library is great, Im just a shitty developper lol

@lidoof lidoof closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2024
@lidoof lidoof reopened this Dec 5, 2024
@tshino
Copy link
Owner

tshino commented Dec 5, 2024

First of all, thank you for your interest in this library.

Starting from using the example softcam_installer is my recommendation. To build your application, you can create your custom installer based on the example code. Your application would link to the DLL softcam.dll and use the Sender API. The DLL softcam.dll creates a virtual camera instance that has the same GUID of the virtual camera installed beforehand. The key to this connection is the GUID. To ensure that, our DLL softcam.dll (which contains the GUID value) is involved in the client application, the camera application (via DirectShow), and the installer. Does this explanation make sense?

@tshino
Copy link
Owner

tshino commented Feb 15, 2025

Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants