Jetpack vs Deepstream

Hello Experts,

Pls specify the usecase and difference between Jetpack and Deepstream libraries and which one is good for Jetson Nano

Hi lyf4sci,

JetPack SDK is the most comprehensive solution for building AI applications. It bundles Jetson platform software including TensorRT, cuDNN, CUDA Toolkit, VisionWorks, GStreamer, and OpenCV, all built on top of L4T with LTS Linux kernel.

DeepStream SDK is for customer to build and deploy AI-powered Intelligent Video Analytics apps and services.

No matter what, you need to use JetPack SDK to setup your development environment on both host PC and target device first.

1 Like

Hi @kayccc,

Thanks for the reply. Our final objective is to make thin application to detect a face/object on an incoming video stream and upload it to the cloud.

Pls clarify whether the Deepstream SDK runs on top of JetPack or initially setup with Jetpack and re-flash it with Deepstream.

Hi lyf4sci,

The DeepStream SDK is an additional SDK for IVA application development, it runs on top of JetPack.

1 Like