Skip to content

Commit 08cb074

Browse files
yiwu2jaswu51nevalsar
authored
Add Jetson-specific Gstreamer guide for real-time video processing (#232)
Adds a comprehensive guide for implementing low-latency video pipelines on NVIDIA Jetson using GStreamer. Covers zero-copy NVMM architecture to bypass CPU bottlenecks, optimized configurations for CSI and V4L2 sensors, and hardware-accelerated H.264 encoding for UDP/RTP streaming. Includes implementation examples for custom CUDA processing via nvivafilter and integration with Python and C++. --------- Co-authored-by: jaswu51 <506346013@qq.com> Co-authored-by: Nevin Valsaraj <nevin.valsaraj32@gmail.com>
1 parent 511863a commit 08cb074

File tree

3 files changed

+462
-0
lines changed

3 files changed

+462
-0
lines changed

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ wiki:
248248
url: /wiki/networking/ros-distributed/
249249
- title: Setting up WiFi hotspot at the boot up for Linux devices
250250
url: /wiki/networking/wifi-hotspot/
251+
- title: Real-Time Video Processing on Jetson with GStreamer
252+
url: /wiki/networking/gstreamer-jetson-realtime-video/
251253
- title: Simulation
252254
url: /wiki/simulation/
253255
children:

0 commit comments

Comments
 (0)