No python bindings for nvurisrcbin

Please provide complete information as applicable to your setup.

Jetson Orin AGX 64 Gb
Jetpack 6.0 DS
Deepstream 6.4

After manually running

sudo /opt/nvidia/deepstream/deepstream/install.sh
sudo ldconfig

gst-inspect-1.0 nvurisrcbin shows me that the nvurisrcbin does indeed exist now (was NOT installed with the SDK???)

But it appears there are no python bindings for it?
I tried rebuilding the bindings, following the instructions here for the jetson device:

But now I cannot install the python wheel anymore, since it now throws this error:
meson-python: error: Could not find meson version 0.63.3 or newer, found 0.61.2

when I am trying to install the python wheel.

Are you using DS-6.4? DS-6.4 corresponds to v1.1.10

git clone -b v1.1.10 https://github.com/NVIDIA-AI-IOT/deepstream_python_apps.git
pip3 install --user meson 

export PATH=~/.local/bin:$PATH

that seems to work locally.

Now I am trying it with a docker container - using this one

nvcr.io/nvidia/deepstream:6.4-samples-multiarch

as a basis. It doesnt have nvurisrcbin, and

/opt/nvidia/deepstream/deepstream/install.sh
ldconfig

does nothing.
I tried this image:

nvcr.io/nvidia/deepstream:6.4-triton-multiarch

also no nvurisrcbin

How do I install this part of DS 6.4 in a dedicated DS 6.4 container?

The docker image has DeepStream installed. No additional installation required.

How did you run docker? Try the following command line.

sudo docker run -it --rm --net=host --runtime nvidia  -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream -v /tmp/.X11-unix/:/tmp/.X11-unix nvcr.io/nvidia/deepstream:6.4-triton-multiarch

If it doesn’t work, I suggest you re-burn the AGX orin.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.