The easiest way to install deepstream from JP4.4 is to use the debian installation method:
$ sudo apt install ./deepstream-5.0_5.0.1-1_arm64.deb
Note:
- Download the debian version from the SDK site
- DO NOT copy / paste the command line shown in Method 3: Using the Deepstream Debian package. example found in the “Getting Started Guide”. It’ll give you errors.
- Copy / paste the filename name and extension exactly as per what was downloaded. In the example above, what you see after the “./” is the exact file name and extension of the SDK version I downloaded.
- Make sure you’re in the folder where you have the downloaded SDK file, you might get errors otherwise.
- You do not need to install or go through the steps shown in the “Getting Started Guide.”
This will install deepstream, no issues.
In the getting started guide it makes it look like you have to install and prepare the Jetson allot more than what’s actually required. They really should make that clearer. I didn’t clearly read the instructions the first time round and started doing things step by step. Nothing worked.
I reflashed the SD card and simply downloaded the SDK, and ran the command line above in the folder where I had the filed downloaded. All good.
I can’t comment on the SDK-manager or tar method.
Hope that helps!