gsvideo and linux
in
Contributed Library Questions
•
3 years ago
Hi there!
I'm trying to use gsvideo on a archlinux box, but when I run the capture sketch for linux i get this error message:
- Exception in thread "Animation Thread" java.lang.IllegalArgumentException: No such Gstreamer factory: v4l2src
- at org.gstreamer.ElementFactory.makeRawElement(ElementFactory.java:176)
- at org.gstreamer.ElementFactory.make(ElementFactory.java:168)
- at codeanticode.gsvideo.GSCapture.init(GSCapture.java:333)
- at codeanticode.gsvideo.GSCapture.initOS(GSCapture.java:296)
- at codeanticode.gsvideo.GSCapture.<init>(GSCapture.java:71)
- at LivePocky.setup(LivePocky.java:42)
- at processing.core.PApplet.handleDraw(PApplet.java:1402)
- at processing.core.PApplet.run(PApplet.java:1327)
- at java.lang.Thread.run(Thread.java:619)
Some one have tried this lib successfully on a linux box ?
thanks
3