Trying to run appsrc example on Jetson Nano (arm64 architechture). And getting the following error
INFO | pygst.GstPipeline | 16.03 16:09:26.601 | MainThread | GstPipeline
gst-launch-1.0 appsrc emit-signals=True is-live=True caps=video/x-raw,format=RGB,width=640,height=480,framerate=30/1 ! queue ! videoconvert ! autovideosink
INFO | pygst.GstPipeline | 16.03 16:09:26.689 | MainThread | Starting GstPipeline
DEBUG | pygst.GstPipeline | 16.03 16:09:26.691 | MainThread | GstPipeline Setting pipeline state to PLAYING ...
DEBUG | pygst.GstPipeline | 16.03 16:09:26.692 | MainThread | GstPipeline Pipeline state set to PLAYING
ERROR | pygst.GstPipeline | 16.03 16:09:26.718 | Thread-1 | Gstreamer.GstPipeline: Error gst-stream-error-quark: Internal data stream error. (1): gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstAppSrc:appsrc0:
streaming stopped, reason not-negotiated (-4).
DEBUG | pygst.GstPipeline | 16.03 16:09:26.718 | Thread-1 | GstPipeline Stopping pipeline ...
DEBUG | pygst.GstPipeline | 16.03 16:09:26.719 | Thread-1 | GstPipeline Reseting pipeline state ....
INFO | pygst.GstPipeline | 16.03 16:09:27.638 | MainThread | GstPipeline Shutdown requested ...
INFO | pygst.GstPipeline | 16.03 16:09:27.638 | MainThread | GstPipeline successfully destroyed
DEBUG | pygst.GstContext | 16.03 16:09:27.638 | MainThread | GstContext Quitting main loop ...
DEBUG | pygst.GstContext | 16.03 16:09:27.640 | MainThread | GstContext Joining main loop thread...
I am new to the gstreamer and it is hard to figure out what is actually gone wrong.
Will appreciate your help. Thank you.
Trying to run appsrc example on Jetson Nano (arm64 architechture). And getting the following error
INFO | pygst.GstPipeline | 16.03 16:09:26.601 | MainThread | GstPipeline
gst-launch-1.0 appsrc emit-signals=True is-live=True caps=video/x-raw,format=RGB,width=640,height=480,framerate=30/1 ! queue ! videoconvert ! autovideosink
INFO | pygst.GstPipeline | 16.03 16:09:26.689 | MainThread | Starting GstPipeline
DEBUG | pygst.GstPipeline | 16.03 16:09:26.691 | MainThread | GstPipeline Setting pipeline state to PLAYING ...
DEBUG | pygst.GstPipeline | 16.03 16:09:26.692 | MainThread | GstPipeline Pipeline state set to PLAYING
ERROR | pygst.GstPipeline | 16.03 16:09:26.718 | Thread-1 | Gstreamer.GstPipeline: Error gst-stream-error-quark: Internal data stream error. (1): gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstAppSrc:appsrc0:
streaming stopped, reason not-negotiated (-4).
DEBUG | pygst.GstPipeline | 16.03 16:09:26.718 | Thread-1 | GstPipeline Stopping pipeline ...
DEBUG | pygst.GstPipeline | 16.03 16:09:26.719 | Thread-1 | GstPipeline Reseting pipeline state ....
INFO | pygst.GstPipeline | 16.03 16:09:27.638 | MainThread | GstPipeline Shutdown requested ...
INFO | pygst.GstPipeline | 16.03 16:09:27.638 | MainThread | GstPipeline successfully destroyed
DEBUG | pygst.GstContext | 16.03 16:09:27.638 | MainThread | GstContext Quitting main loop ...
DEBUG | pygst.GstContext | 16.03 16:09:27.640 | MainThread | GstContext Joining main loop thread...
I am new to the gstreamer and it is hard to figure out what is actually gone wrong.
Will appreciate your help. Thank you.