Patrick Oetken

Results 16 comments of Patrick Oetken

Hello, faced the same issue today. You have to build the deepstream_python_bindings first according to this [`README`](https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/blob/master/bindings/README.md). I would recommend the Advanced build option to make sure it is building...

``` user@xavieragx:~/Dev$ gst-inspect-1.0 nvv4l2decoder Factory Details: Rank primary + 11 (267) Long-name NVIDIA v4l2 video decoder Klass Codec/Decoder/Video Description Decode video streams via V4L2 API Author Nicolas Dufresne , Viranjan...

No, its different. ```patch --- dusty 2023-09-13 15:47:16.478150365 +0200 +++ my 2023-09-13 15:47:26.586610374 +0200 @@ -15,7 +15,8 @@ lib, /usr/lib/aarch64-linux-gnu/libgstnvegl-1.0.so.0 lib, /usr/lib/aarch64-linux-gnu/libgstnvexifmeta.so lib, /usr/lib/aarch64-linux-gnu/libgstnvivameta.so -lib, /usr/lib/aarch64-linux-gnu/tegra/libgstnvcustomhelper.so.1.0.0 lib, /usr/lib/aarch64-linux-gnu/tegra/libgstnvdsseimeta.so.1.0.0 -sym, /usr/lib/aarch64-linux-gnu/tegra/libgstnvcustomhelper.so...

same error here. Any suggestions?

I solved it by setting `/etc/docker/daemon.json` to: ```json { "runtimes": { "nvidia": { "path": "/usr/bin/nvidia-container-runtime", "runtimeArgs": [] } }, "default-runtime": "nvidia" } ``` Otherwise the Nividia libraries are not mounted...

> Hello @vovodroid, I used the BTT Octopus board instead.

@catch-twenty-two thanks for checking out. Yes, reducing CPU load is one of the main benefits. Another benefit is that it drastically increases the possible frame rate you can feed into...

Aaaah, I'm sorry. Actually I'm using the repo from nvidia-isaac-ros, but this is the first to show up in google. Should i rather post this issue there? No, currently only...

I tried updating the Nvidia driver to 510 today, unfortunately that did not solve the problem. This is the Output of nvidia-smi before running the node: ![grafik](https://user-images.githubusercontent.com/65654059/156020563-3a53b38a-dd4d-400c-891b-d4c7d0f065c9.png) I also tried...