Difference between revisions of "DeepStream Reference Designs/Getting Started/Environment Setup"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 13: Line 13:
 
The system is based on [https://developer.nvidia.com/deepstream-sdk NVIDIA's DeepStream] to take advantage of the board's hardware and multimedia capabilities.
 
The system is based on [https://developer.nvidia.com/deepstream-sdk NVIDIA's DeepStream] to take advantage of the board's hardware and multimedia capabilities.
  
== Software Requirements ==
+
== Dependencies ==
 +
=== System Dependencies ===
 +
This project has the following system dependencies:
 +
* pkg-config
 +
* gtk-doc-tools
 +
* libgstreamer1.0-dev
 +
* libgstreamer-plugins-base1.0-dev
 +
* gstreamer1.0-tools
 +
* gstreamer1.0-plugins-good
 +
* gstreamer1.0-libav
  
== Hardware Requirements ==
 
  
== Enviroment considerations ==
 
  
  

Revision as of 13:44, 17 May 2022


  Index  
Nvidia-preferred-partner-badge-rgb-for-screen.png




This page describes the fundamentals of RidgeRun's DeepStream Reference Designs. After reading this page it should be clear if the product meets your requirements for building your own applications.

System Setup

We offer several versions of the system, all based on the NVIDIA Jetson boards. Small places that use a single or dual camera may use a Jetson Nano, while big commerce with 32 cameras may need to use the Jetson Xavier AGX.

  • RTSP Cameras: 1 to 8 simultaneous cameras.
  • Jetson Board: portable through Jetson Nano, TX2, NX, and AGX development kits.

The system is based on NVIDIA's DeepStream to take advantage of the board's hardware and multimedia capabilities.

Dependencies

System Dependencies

This project has the following system dependencies:

  • pkg-config
  • gtk-doc-tools
  • libgstreamer1.0-dev
  • libgstreamer-plugins-base1.0-dev
  • gstreamer1.0-tools
  • gstreamer1.0-plugins-good
  • gstreamer1.0-libav




  Index