DeepStream系列之命令行pipeline帧率检测

Posted 宗而研之

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DeepStream系列之命令行pipeline帧率检测相关的知识,希望对你有一定的参考价值。

点击查看系列文章目录

0 背景

在《DeepStream系列之性能分析工具使用》一文中,我们介绍了使用 gstshark 来对 element 的性能进行测试,可以分析每个 element 的 cpu 占用、耗时等性能。本文介绍的是 ridgerun 公司开源的另一个性能测试插件 gst-perf,该插件可以测试使用 gst-launch-1.0 命令行搭建的 pipeline 的帧率,实现功能和性能的快速验证。话不多说,我们直接提供使用方法。

1 安装插件

下载源码安装

./autogen.sh
./configure --prefix /usr/ --libdir /usr/lib/$(uname -m)-linux-gnu/
make
sudo make install

安装好之后,会生成一个 perf 插件,查看一下该插件的信息

$ gst-inspect-1.0 perf
Factory Details:
  Rank                     none (0)
  Long-name                Performance Identity element
  Klass                    Generic
  Description              Get pipeline performance data
  Au

以上是关于DeepStream系列之命令行pipeline帧率检测的主要内容,如果未能解决你的问题,请参考以下文章

DeepStream6.0系列之filesink保存文件

目录

DeepStream6.0系列之filesink保存文件

DeepStream系列之图片保存功能

DeepStream系列之图片保存功能

DeepStream系列之最大化性能配置