-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Ubuntu: IllegalArgumentException: No such Gstreamer factory: v4l2src #52
Comments
@sejomagno Which hardware are you running this on? Raspberry Pi? |
@gohai Hi! Thanks for answering! It is a laptop, Dell Inspiron 14 3000. Running Ubuntu 16.04 (64-bit) |
Your problem is that you don't have the v4l2src plugin for gstreamer0.10 installed. Try installing |
It worked! |
Can this be resolved for raspberrypi? |
I am facing the similar issue on ubuntu 17.04. I have also installed gstreamer1.0-plugins-good. Any idea how to resolve? |
I'm using Ubuntu 15.10 and I can't use the library anymore. When I run a Sketch with Capture, the following error appears:
IllegalArgumentException: No such Gstreamer factory: v4l2src
I tried installing
gstreamer0.1-ffmpeg
as stated here, however the error message still appears.I also tried to install @gohai library as stated in #23, also without success. (Maybe it was not clear for me how to install it)
I can't remember when was the last time I could use the library. I have no idea what else I can do.
(I'm about to upgrade to 16.04 but I don't think that will help)The update didn't work. Any ideas of what can be done?
The text was updated successfully, but these errors were encountered: