deepstream-python icon indicating copy to clipboard operation
deepstream-python copied to clipboard

Get an error when running the sample

Open maoztamir opened this issue 3 years ago • 3 comments

Traceback (most recent call last): File "run.py", line 10, in run_pipeline(args.source_uri) File "/home/ubuntu/deepstream-python/deepstream/app/core.py", line 11, in run_pipeline pipeline = Pipeline( File "/home/ubuntu/deepstream-python/deepstream/app/pipeline.py", line 106, in init self._create_elements() File "/home/ubuntu/deepstream-python/deepstream/app/pipeline.py", line 357, in _create_elements self.sink_bin = self._create_mp4_sink_bin() File "/home/ubuntu/deepstream-python/deepstream/app/pipeline.py", line 284, in _create_mp4_sink_bin mp4_sink_bin.add_pad(Gst.GhostPad("sink", nvvidconv3.get_static_pad("sink"))) TypeError: GObject.init() takes exactly 0 arguments (2 given)

maoztamir avatar Aug 25 '22 10:08 maoztamir

Hi @maoztamir

Did you follow the exact steps described in the README? Did you make any changes to the code?

julestalloen avatar Aug 25 '22 11:08 julestalloen

No changes, but I am running this directly on a Jetson AGX , not with the docker.

maoztamir avatar Aug 25 '22 14:08 maoztamir

Could you share some extra information such as the dependency versions you are working with? Thanks!

julestalloen avatar Aug 30 '22 11:08 julestalloen

I'm going to close this issue due to inactivity. Feel free to reopen if your issue is still relevant.

julestalloen avatar Sep 20 '22 09:09 julestalloen