-
Notifications
You must be signed in to change notification settings - Fork 538
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
Make cam show up without producer #344
Comments
not with probably with a dual-device setup (not there yet). |
But a feature is planned that would make this possible? The dual-device setup you were talking about? |
there's something that is being tackled (see #322). however, since the loopback-device will not do any colorspace/format/dimension conversion, the only way this will ever work is if the device is setup to a given format (before the consumer accesses it), and this format won't change. |
FWIW the droidcam fork of v4l2loopback was modified to behave like that. You dont need to install the client/app, just build and install the v4l2loopback portion, |
@aramg fantastic news; it would be even better if droidcam would not only take whatever open-source solution they find useful, but also would make a feeble attempt to give back. |
I have given back. I used this open-source solution to put together a useful & practical utility for people, that has benefited thousands of Linux users all around the world. Sorry for not contributing back directly to this particular component. If time and interest were to present themselves at some point, I will. Droidcam has been a side project, spanning multiple platforms, there is only so much I am able to focus on in my spare time. |
Is it possible to make the camera show up without a producer attached? So just after creating the video with
I would like to be able to select it in Chrome, Skype and everywhere else you are able to select the cam once you attach a producer.
The reason is I would like to feed a cropped stream of my real webcam to this dummy webcam using ffmpeg, however I don't want ffmpeg to run all the time even when I'm not using the camera. That's why I use
inotify
to watch opens and closes of/dev/video9
to start and end the ffmpeg process. But when the process is not running the camera won't show up in any software anyways, so I'm not able to select it to trigger the start of ffmpeg.The text was updated successfully, but these errors were encountered: