当前位置:网站首页>RK1126平台项目总结
RK1126平台项目总结
2022-07-02 15:18:00 【QMCY_jason】
项目的大概流程是 从摄像头读数据然后经过ai分析 输出ai分析结果编码成2路venc的流 然后 起一个rtsp服务器 供后续模块 处理
但是从需求来看的话其实很简单
但是实际上做的时候还是会遇到一些坑的
程序起来之后会起一个http服务 等待主控下发的各种指令
这些指令包括视频参数的设置 ai功能的开启还是关闭 rtsp服务的开启关闭
模型文件的上传下载,jpeg图片上传 做ai分析 等等
基于之前的3531开发经验 ,
比3531 多了一个地方 就是3531不涉及到文件的上传
1126 需要支持文件的上传一个是ai模型文件的上传 另一个是jpeg图片的上传。
然后程序监听http事件 做相应的处理
主要是做ai处理和不做ai处理的流程不太一样
不做ai助理的话直接vi rga venc出来
如果做ai处理的话就是vi rknn 因为需要两路流 所以需要对yuv数据进行缩放,而如果不做ai处理的话 直接调用rga 不需要手动缩放yuv数据 目前已经实现了 调用的其实也是rga提供的api imresize之类的,主要就是需要理解相关的数据接口和api就可以了
由于ai分析 是另一位工程师做的 我需要调用他的模块 我给他yuv数据 然做AI分析之后 给出AI分析结果并且在yuv数据上画框框什么的 。
然后还需要的就是OSD功能 ,把梅思平台之前的OSD直接拿过来之后 发现显示什么的都不正常 目前还没有时间来仔细研究这块 如下图 RK平台只支持ARGB8888一个像素占4个字节
而原来海思的可以设置成ARGB565什么的很多种格式 一个像素可以只占2个字节 原理是通过FreeType加载ttf字体然后将字体转为bitmap的结构 然后通过各自平台提供的接口渲染到venc通道上面 同样的代码拿过来之后 可以发现主要有两个问题
1,只有一个osd却显示了两行
2.字体颜色设置的白色但是不知道为啥部分区域变红

目前只是搭了个框架 许多细节功能还没完成 等完成之后 再更新到这里
边栏推荐
- IPtables中SNAT、DNAT和MASQUERADE的含义
- Blog theme "text" summer fresh Special Edition
- Si446 usage record (I): basic data acquisition
- 例题 非线性整数规划
- SSB threshold_ SSB modulation "suggestions collection"
- 2022 interview questions
- uniapp H5页面调用微信支付
- PCL知识点——体素化网格方法对点云进行下采样
- 什么是软件开发中的 green field 和 brown field 模式 - 绿地开发和棕地开发
- QStyle实现自绘界面项目实战(二)
猜你喜欢
![[web technology] 1233 seconds understand web component](/img/42/c98d8112dc4ece0a92dda97647be5c.jpg)
[web technology] 1233 seconds understand web component

si446使用记录(一):基本资料获取

博客主题 “Text“ 夏日清新特别版

例题 非线性整数规划

Microservice architecture practice: Construction of scalable distributed database cluster

深度之眼(三)——矩阵的行列式

What if the default browser cannot be set?

Win10 system uses pip to install juypter notebook process record (installed on a disk other than the system disk)

QStyle实现自绘界面项目实战(二)

Si446 usage record (II): generate header files using wds3
随机推荐
ssb门限_SSB调制「建议收藏」
详细介绍scrollIntoView()方法属性
Microservice architecture practice: using Jenkins to realize automatic construction
Configure lamp+supervisor
Flutter: 动作反馈
牛客 JS3 分隔符
Microservice architecture practice: Construction of highly available distributed file system fastdfs architecture
From collection to output: inventory those powerful knowledge management tools - inventory of excellent note taking software (4)
Si446 usage record (I): basic data acquisition
[fluent] dart data type map type (create map set | initialize map set | traverse map set)
QWebEngineView崩溃及替代方案
云通信接口更新迭代——SUBMAIL API V4正式上线
executescalar mysql_ ExecuteScalar()
When the industrial Internet began to enter the deep-water area, it appeared more in the form of industry
Nexus Introduction and Xiaobai use idea Packaging and Upload to Nexus 3 private service detailed tutoriel
Connect Porsche and 3PL EDI cases
Eye of depth (III) -- determinant of matrix
HDU - 1114 Piggy-Bank(完全背包)
si446使用记录(二):使用WDS3生成头文件
IDEA2021.1 安装教程