-
Notifications
You must be signed in to change notification settings - Fork 16
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
Caps object is not iterable #34
Comments
What happens when you do a |
I get the same message in fact. I double checked if I can change some setting on this device, it seems fine.
|
Did you install all of the system dependencies? Specifically, is If that doesn't fix it or you run into other dependency issues, I'd recommend installing with https://github.com/jashandeep-sohi/webcam-filters#nix. There are too many variations in gstreamer dependencies between distros, and I've found Nix to be the best way to ensure everyone's working with the same versions. |
I'm having the same issue on an up-to-date arch: |
Ok the error went away after running
can be closed, thx |
Wait, now I'm seeing this error
my video2 device is a virtual one created by v4l2 loopback. Any idea why this is? |
What are the kernel mod parameters you created this device with? To rule out if this is a problem with
|
@hs-neax Is |
@jashandeep-sohi: Yes they are. Don't know whats causing it. I created a Dockerfile instead, since I considered that more useful as an alternative to nix than fixing user system specific stuff. Maybe it'd be worth adding that to the repo with an a bit more generalized start.sh. Dockerfile
start.sh
|
Please add Ubuntu installation instructions to README.md |
Apologies for the delayed response. @hs-neax Happy to discuss any contributions in a PR. My reasoning for using Nix vs Docker was to have as "native" an experience as possible without having to mount any devices into a container run by the docker daemon (as root). It's been flaky for me in the past. I don't mind adding a Dockerfile if that makes life easier, but I'm not sure I want to maintain a parallel file with dependencies for installing this. If possible, I'd prefer it if the Dockerfile also installed it using Nix or the container was built using Nix. And then CI can just push the image out to a public repository. @DmitrySandalov Sounds good! I did pin #11, but it's probably a good idea to add that to the README. |
@jashandeep-sohi: Sorry for the big delay. I understand your point about maintenance and made PR with a simple Docker container wrapping a Nix installation. I'm using it for a while now and it's working well. |
I get the same error on openSUSE Tumbleweed 20221124. All dependencies seem to be installed. Could you please post a command line equivalent of a pipeline produced by the package? |
When running webcam-filters I get the following traceback
I tried different devices but always the same result. Anything else I can check?
The text was updated successfully, but these errors were encountered: