Movie / Capture not working (Linux, Processing 2.2.1, 3.0a5, 3.0a10)

Hi hi,

If I try the example sketches for Movie and Capture they don't work.

Capture complains on Capture.list() with IllegalArgumentException: No such Gstreamer factory: v4l2src. gstreamer seems to be installed.

If I run fswebcam on the command line (a webcam capture command line program) it works fine:

--- Opening /dev/video0...
Trying source module v4l2...
/dev/video0 opened.
No input was specified, using the first.
--- Capturing frame...
Captured frame in 0.00 seconds.
--- Processing captured image...

The Movie loop example does nothing. No error, just black screen. I also tried with .mp4 instead of .mov, which didn't help. I can play video fine on web pages and in VLC.

I'm on 64bit ArchLinux. Other Processing features work fine (2D and 3D graphics for instance).

Any suggestions?

Tagged:

Answers

Sign In or Register to comment.