Difference between revisions of "NVIDIA GTC 2020: How to build a multi-camera Media Server for AI processing on Jetson"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 22: Line 22:
  
 
- NVIDIA DeepStream 4.0
 
- NVIDIA DeepStream 4.0
 
 
 
 
 
  
  

Revision as of 12:06, 19 March 2020

Overview

RidgeRun has put a lot of effort on delivering software solutions in accordance with embedded devices market trends; NVIDIA's Jetson is a family of low-power hardware systems designed for accelerating machine learning applications combined with the NVIDIA's JetPack Software Development Kit (SDK).


Each JetPack SDK release provides support for multiple of the Jetson family modules, including Jetson AGX Xavier series, Jetson TX2 series, Jetson TX1 and Jetson Nano. The integration of support for several of the Jetson series modules under one single JetPack release provides a great level of portability for developers' applications, hence the media server here described can actually run on several platforms including Jetson's TX2, Xavier and Nano.


Demo Requirements

Tx2 devkit.png
  • Hardware

- NVIDIA Jetson TX2 Developer Board

- 5 MP fixed focus MIPI CSI camera (included in the devkit)

- USB camera


  • Software

- NVIDIA JetPack 4.3

- NVIDIA DeepStream 4.0




Environment Setup

Demo Layout