-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Forbid other programs to use the virtual camera when already in use #67
Comments
I've read your question many times but I did not understand what you want to do.
I don't understand your use case at all, please explain. |
No
No
Yes I use a web camera in Chrome. Is it possible to implement exclusive mode? Thank you for your efforts :) |
Ok, now I understand, it was not supposed to work like that.
Yes of course. The camera setup pipeline is basically: getting the camera filter, setup the format, and then call IMediaControl::Run(). |
I set two formats: 720p and 480p for my virtual camera. I want to edit source code to forbid getting stream from the same camera when we are already streaming in other format like my real web come does.
I'm not sure if this is possible with DShow. If you think is it possible, could you please suggest class or method to add mutex/if?
The text was updated successfully, but these errors were encountered: