pygstc.gstcerror.GstdError: Bad pipeline description
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
@diegochaverri26 @rrcarlosrodriguez @jcaballeros can any of you take a look at this?
Anyone solved this :(
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.