krastano...@gmail.com
unread,May 30, 2009, 5:28:45 AM5/30/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to microdia
Hi all
My cam works on mplayer (with preloaded libs) and skype, but not in
camorama and cheese. As I don't use the later I'm ok with this, and
just suspected it's problem with the distribution (ubuntu 9.04). But
when I tried using the cam with gstreamer, I didn't work. I preloaded
the needed libs and tried with v4lsrc. I tried with v4l2src, but it's
not working neither.
# gst-launch v4lsrc device=/dev/video0 ! sdlvideosink
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstV4lSrc:v4lsrc0: Could
not get/set settings from/on resource.
Additional debug info:
v4l_calls.c(409): gst_v4l_set_chan_norm (): /GstPipeline:pipeline0/
GstV4lSrc:v4lsrc0:
Error setting the channel/norm settings: Invalid argument
Setting pipeline to NULL ...
FREEING pipeline ...
# gst-launch v4l2src device=/dev/video0 ! sdlvideosink
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
WARNING: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
Failed to get current input on device '/dev/video0'. May be it is a
radio device
Additional debug info:
v4l2_calls.c(792): gst_v4l2_get_input (): /GstPipeline:pipeline0/
GstV4l2Src:v4l2src0:
system error: Invalid argument
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Could
not negotiate format
Additional debug info:
gstbasesrc.c(2522): gst_base_src_start (): /GstPipeline:pipeline0/
GstV4l2Src:v4l2src0:
Check your filtered caps, if any
Setting pipeline to NULL ...
FREEING pipeline ...