当前位置:网站首页>deepstresam的插件配置说明,通过配置osd,设置字体的背景为透明
deepstresam的插件配置说明,通过配置osd,设置字体的背景为透明
2022-08-03 16:28:00 【鼾声鼾语】
插件说明:
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvdsosd.html
python开发中插件参数:
https://docs.nvidia.com/metropolis/deepstream/python-api/index.html
举例说明:
osd插件中text-bg-color的参数含义:
red – float, Holds red component of color. Value must be in the range 0-1.
green – float, Holds green component of color. Value must be in the range 0-1.
blue – float, Holds blue component of color. Value must be in the range 0-1.
alpha – float, Holds alpha component of color. Value must be in the range 0-1.
透明化设置:
[osd]
enable=1
gpu-id=0
border-width=1
text-size=15
text-color=1;0;0;1;
text-bg-color=0.3;0.3;0.3;0
font=Serif
show-clock=0
clock-x-offset=800
clock-y-offset=820
clock-text-size=12
clock-color=1;0;0;0
nvbuf-memory-type=0
边栏推荐
- I am doing open source in Didi
- [Deep Learning] Today's bug (August 2)
- C专家编程 第1章 C:穿越时空的迷雾 1.9 阅读ANSI C标准,寻找乐趣和裨益
- DAYU200 OpenHarmony标准系统HDMI全屏显示
- MobileVIT实战:使用MobileVIT实现图像分类
- C专家编程 第2章 这不是Bug,而是语言特性 2.4 少做之过
- Some optional strategies and usage scenarios for PWA application Service Worker caching
- 正向代理与反向代理
- uniapp的webview滑动缩放
- Cookie和Session的关系
猜你喜欢
随机推荐
C专家编程 第2章 这不是Bug,而是语言特性 2.2 多做之过
组件通信--下拉菜单案例
C专家编程 第2章 这不是Bug,而是语言特性 2.4 少做之过
"Avnet Embedded Weekly" Issue 276: 2022.07.25--2022.07.31
devops-2:Jenkins的使用及Pipeline语法讲解
node连接mongoose数据库流程
C专家编程 第3章 分析C语言的声明 3.2 声明是如何形成的
20. Valid Parentheses
Detailed ReentrantLock
高效的组织信息共享知识库是一种宝贵的资源
Introduction to the advantages of the new generation mesh network protocol T-Mesh wireless communication technology
Selective Search学习笔记
C专家编程 第3章 分析C语言的声明 3.7 typedef struct foo{... foo;}的含义
Some optional strategies and usage scenarios for PWA application Service Worker caching
13 and OOM simulation
【系统学习编程-编程入门-全民编程 视频教程】
【无标题】
I am doing open source in Didi
组件通信-父传子组件通信
mysql delete execution error: You can't specify target table 'doctor_info' for update in FROM clause