Hi,
I try testing gst-launch as TMSDM368_Software_Developers_Guide.pdf with plugin script as follows.
gst-launch v4l2src always-copy=FALSE num-buffers=500 ! 'video/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)30/1, width=(int)1280, height=(int)720' ! queue !TIVidenc1 codecName=mpeg4enc engineName=codecServer contiguousInputFrame=TRUE bitRate=9000000 ! queue ! filesink location=sample.m4v -v
But, error occures as follows:
(gst-launch-0.10:1632): GStreamer-WARNING **: External plugin loader failed. This most likely means that the plugin loader helper binary was not found or could not be run. If you are running an uninstalled GStreamer setup, you might need to update your gst-uninstalled script so that the GST_PLUGIN_SCANNER environment variable gets set.
(gst-launch-0.10:1632): GStreamer-WARNING **: Failed to load plugin '/opt/gstreamer/lib/gstreamer-0.10/libgstmad.so': /opt/gstreamer/lib/libid3tag.so.0: undefined symbol: id3_frametype_obsolete
Setting pipeline to PAUSED ...
vpfe-capture vpfe-capture: input information not found for the subdev
mt9p031 1-005d: control id 9963776 not supported
mt9p031 1-005d: control id 9963777 not supported
mt9p031 1-005d: control id 9963778 not supported
mt9p031 1-005d: control id 9963779 not supported
mt9p031 1-005d: control id 9963780 not supported
mt9p031 1-005d: control id 9963781 not supported
mt9p031 1-005d: control id 9963782 not supported
mt9p031 1-005d: control id 9963783 not supported
mt9p031 1-005d: control id 9963784 not supported
mt9p031 1-005d: control id 9963785 not supported
mt9p031 1-005d: control id 9963786 not supported
mt9p031 1-005d: control id 9963787 not supported
mt9p031 1-005d: control id 9963788 not supported
mt9p031 1-005d: control id 9963789 not supported
mt9p031 1-005d: control id 9963790 not supported
mt9p031 1-005d: control id 9963791 not supported
mt9p031 1-005d: control id 9963792 not supported
mt9p031 1-005d: control id 9963794 not supported
mt9p031 1-005d: control id 9963798 not supported
mt9p031 1-005d: control id 9963799 not supported
mt9p031 1-005d: control id 9963800 not supported
mt9p031 1-005d: control id 9963801 not supported
mt9p031 1-005d: control id 9963802 not supported
mt9p031 1-005d: control id 9963803 not supported
mt9p031 1-005d: control id 9963804 not supported
mt9p031 1-005d: control id 9963805 not supported
mt9p031 1-005d: control id 9963806 not supported
mt9p031 1-005d: control id 9963807 not supported
mt9p031 1-005d: control id 9963808 not supported
mt9p031 1-005d: control id 9963809 not supported
vpfe-capture vpfe-capture: Standard not supported
vpfe-capture vpfe-capture: width = 1, height = 1, bpp = 2
vpfe-capture vpfe-capture: adjusted width = 16, height = 2, bpp = 2, bytesperline = 32, sizeimage = 64
vpfe-capture vpfe-capture: width = 32768, height = 32768, bpp = 2
vpfe-capture vpfe-capture: adjusted width = 2048, height = 1536, bpp = 2, bytesperline = 4096, sizeimage = 6291456
vpfe-capture vpfe-capture: width = 1, height = 1, bpp = 2
vpfe-capture vpfe-capture: adjusted width = 16, height = 2, bpp = 2, bytesperline = 32, sizeimage = 64
vpfe-capture vpfe-capture: width = 32768, height = 32768, bpp = 2
vpfe-capture vpfe-capture: adjusted width = 2048, height = 1536, bpp = 2, bytesperline = 4096, sizeimage = 6291456
ERROR: Pipeline doesn't want to pause.
WARNING: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Failed to set input 0 on device /dev/video0.
Additional debug info:
v4l2_calls.c(975): gst_v4l2_set_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(2755): gst_base_src_start (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
Check your filtered caps, if any
Setting pipeline to NULL ...
Freeing pipeline ...
How can I operate it correctly?
BR,
Choi