I downgraded to Jetpack 6.0 DP and Deepstream 6.4 and the error does not appear at all. Not sure if it’s a bug that was introduced with Deepstream 7.x.
No. I have tried that on my Jetpack 6.1 and DeepStream 7.1, it works well. Deepstream needs to be compatible with the Jetpack version. You can refer to our Jetson model Platform and OS Compatibility. DeepStream 7.1 is currently not compatible with Jetpack 6.2.
Hello, I experienced the same problem with Jetpack 6.2 and Deepstream 7.1. Could you please tell approximately when do you plan to release next deepstream version that is compatible with JP 6.2 ?
Also, the documentation still indicates that deepstream 7.1 is compatible with JP6.2.
The reason why I am asking is that when I try to install jetpack components by sudo apt install nvidia-jetpack it automatically upgrades JP6.1 to JP6.2 and I start having incompatibility issues with deepstream 7.1.
I also tried to specify jetpack version as sudo apt install nvidia-jetpack=6.1+b123 however I got unmet dependencies error. How can I install components of JP6.1 without updating it?
I have tried that on my side, the pipeline works well. I use the sdkmanager to install the latest Jetpack version. Could you try that again on your side?
Below is the version I installed.
nvidia@ubuntu:~$ sudo apt-cache show nvidia-jetpack
Package: nvidia-jetpack
Source: nvidia-jetpack (6.2)
I have to apply driver patches and create a custom kernel image to flash my jetson with support for some camera. Is it possible to flash custom kernel image using the sdkmanager? If not, I have to stick with command line flashing and installing deepstream after the flash process. In that case, I am still getting the first mentioned error.
The same pipeline is working without a problem on JetPack 6.0 with DeepStream 7.0, flashed with the same custom image except the jetpack versions are different.
Also, I tried other cameras which jetson supports natively, and got the same error.
I install the deepstream using the following commands
wget -q --content-disposition 'https://api.ngc.nvidia.com/v2/resources/org/nvidia/deepstream/7.1/files?redirect=true&path=deepstream_sdk_v7.1.0_jetson.tbz2' -O deepstream_sdk_v7.1.0_jetson.tbz2
sudo tar -xvf deepstream_sdk_v7.1.0_jetson.tbz2 -C /
cd /opt/nvidia/deepstream/deepstream-7.1/
sudo ./install.sh
sudo ldconfig
Hi @alprnn , your issue could be a new problem. Could you file a new topic about your issue and describe in detail how you receive patches and flash the jetson. Thanks