Trying to get a webcam working with Gem (the 00.SimpleVideo.pd patch for now), and nothing is being rendered. The camera works with other applications, just not with PD/GEM.
The terminal command-line shows the error "v4l: get capabilities: Invalid Argument" whenever the Driver or Device messages are sent to pix_video.
There's no error in PD except for "verbose ( 0):v41: stopped Transfer" when above messages are sent.
GEM appears to have v4l support. Using latest pd-extended and GEM. All libraries were updated.
When the patch first starts PD shows:
[pix_video]: video driver 0: video4linux v4l
[pix_video]: video driver 1: ieee1394 dv4l dv
After searching for solutions this afternoon, I tried specifying pix_video messages "driver 0" "device /dev/video0" "colorspace yuv", and also sent "mode 0" to pix_texture.
I also tried LD_PRELOAD=/usr/lib/libv4l/v4lcompat.so pd but also made no difference.
Ideas?