1、简介

deepstream-test1:演示各种 DeepStream 插件构建 GStreamer 管道。从文件中获取视频、解码、批处理,然后进行对象检测,最后在屏幕上渲染框。

源码路径:/opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-test1

先看下效果
【AI】DeepStream(03):deepstream_test1_app-LMLPHP

2、编译

1)修改Makefile,添加CUDA版本号

CUDA_VER?=12.2

否则报错:

Makefile:26: *** "CUDA_VER is not set"。 停止。

CUDA版本查看方法:

laoer@ubuntu:~$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (
05-15 07:14