gstd-1.x icon indicating copy to clipboard operation
gstd-1.x copied to clipboard

pygstc.gstcerror.GstdError: Bad pipeline description

Open xiaomaozhou26 opened this issue 5 years ago • 3 comments

When running GTC 2020 example on Jetson TX2, I got the following error: camera1 = PipelineEntity(client, 'camera1', 'nvarguscamerasrc ! nvvidconv ! video/x-raw,format=I420,width=1280,height=720 ! queue ! interpipesink name=camera1 forward-events=true forward-eos=true sync=false') pipelines_base.append(camera1)

Traceback (most recent call last): File "./media.py", line 44, in camera1 = PipelineEntity(client, 'camera1', 'nvarguscamerasrc ! nvvidconv ! video/x-raw,format=I420,width=1280,height=720 ! queue ! interpipesink name=camera1 forward-events=true forward-eos=true sync=false') File "./media.py", line 14, in init self._client.pipeline_create(self._name, self._description) File "/usr/local/lib/python3.6/dist-packages/pygstc/gstc.py", line 805, in pipeline_create self._send_cmd_line(['pipeline_create'] + parameters) File "/usr/local/lib/python3.6/dist-packages/pygstc/gstc.py", line 240, in _send_cmd_line raise GstdError(result['description']) pygstc.gstcerror.GstdError: Bad pipeline description

xiaomaozhou26 avatar Jul 24 '20 10:07 xiaomaozhou26

@diegochaverri26 @rrcarlosrodriguez @jcaballeros can any of you take a look at this?

michaelgruner avatar Sep 29 '20 04:09 michaelgruner

Anyone solved this :(

truongminhphung avatar Apr 20 '21 08:04 truongminhphung

nvvidconv is for TX2. It was not compatible with some tools from deepstream. NVidia unified TX2-specific tools with deepstream.

I guess everyone should use nvvideoconvert instead of nvvidconv.

rbuchmann77 avatar Feb 22 '23 15:02 rbuchmann77