ml6team / deepstream-python

NVIDIA Deepstream 6.1 Python boilerplate
MIT License
130 stars 36 forks source link

Get an error when running the sample #8

Closed maoztamir closed 1 year ago

maoztamir commented 2 years ago

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)

julestalloen commented 2 years ago

Hi @maoztamir

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

maoztamir commented 2 years ago

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

julestalloen commented 2 years ago

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

julestalloen commented 1 year ago

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