“EMB-7540”的版本间的差异
来自ARM Wiki
Tangdapeng(讨论 | 贡献) (→vo_chn_dump(输出通道视频帧保存)) |
Tangdapeng(讨论 | 贡献) (→sample_nnie_main) |
||
第556行: | 第556行: | ||
::6. | ::6. | ||
− | ====sample_nnie_main==== | + | ====sample_nnie_main(Neural Network Inference Engine)==== |
:<syntaxhighlight lang="bash" line> | :<syntaxhighlight lang="bash" line> | ||
~ # ./sample_nnie_main | ~ # ./sample_nnie_main |
2018年7月23日 (一) 15:25的版本
目录
- 1 介绍
- 2 资源特性
- 3 接口布局和尺寸
- 4 烧录方法
- 5 Demo演示
- 5.1 sample_venc(视频数据编码)
- 5.2 sample_vdec(视频数据解码)
- 5.3 sample_audio(音频相关)
- 5.4 sample_snap(拍照)
- 5.5 sample_dpu_main(Depth Process Unit,深度图)
- 5.6 sample_avs(Any View Stitching,全景拼接)
- 5.7 sample_fisheye(鱼眼模式)
- 5.8 sample_vio(视频输入输出)
- 5.9 sample_vgs(Video Graphics Sub-System,视频图形子系统)
- 5.10 sample_tde(Two Dimensional Engine,利用硬件为OSD和GUI提供快速的图形绘制功能)
- 5.11 sample_hifb(Hisilicon Framebuffer,基于Linux Framebuffer 基本功能扩展了一些图形层控制功能)
- 5.12 sample_awb_calibration(自动白光平衡测量)
- 5.13 sample_modeswitch(模式切换)
- 5.14 sample_ive_main(智能加速引擎)
- 5.15 sample_dis(Digital Image Stabilization,数字稳像)
- 5.16 sample_dsp_main
- 5.17 sample_nnie_main(Neural Network Inference Engine)
- 5.18 vi_bayerdump(用来获取sensor原始图像的工具)
- 5.19 vi_chn_dump(输入通道视频帧转储)
- 5.20 vo_chn_dump(输出通道视频帧转储)
- 5.21 vo_screen_dump(转储输出屏幕图像数据)
- 5.22 vo_wbc_dump(回写设备的输出图像数据转储)
- 5.23 vpss_chn_dump(用户从通道获取Cnt个帧处理完成的图像转储)
- 5.24 vpss_src_dump(转储视频缓存池帧数据)
介绍
- EMB-7540(简称7540)是华北工控为网络IP视频监控系统量身打造,大小仅为120x80mm大小,可运行Linux操作系统。
- EMB-7540采用HiSilicon Hi3559A 2xA73 + 2xA53四核处理器,产品基于智能海思芯片组视觉平台,具有高品质超高清视频编解码能力、接口丰富、扩展性强等特点。
- EMB-7540拥有稳定可靠的工业级性能,可广泛应用网络视频监控系统、IP摄像头、网络监控摄像机、视频服务器等行业领域。
资源特性
- CPU:HiSilicon Hi3559A 2xA73 + 2xA53四核处理器
- GPU:Mali 2*G71@900MHz GPU
- Memory:板载4GB DDR4
- Storage:板载16GB iNAND Flash,1x TF卡槽
- Ethernet: 1 x LAN,10/100/1000Mbps
- Input:CMOS Sensor:(根据镜头规格设计转接板)
- 1x8K30fps 输入;
- 2x4K60fps 输入;
- 或4x4K30fps 输入/6x1080P30fps输入
- Display:1xHDMI,1xMIPI/LVDS
- Touch:电容或电阻屏
- USB Host: 1x USB3.0,1x Mini USB2.0
- COM: 1x COM232;1x COM485;1x debug
- Audio:1xMic;1xLine out;1xMic(3.5mm四节耳机孔)
- Other I/O: 2xDI,1xDO;2xGyroscope;支持GPIO,I2C,SPI扩展
- System Control:1xRST BUTTON,1xPWR LED
- RTC:支持
- Watchdog:支持
- Power Supply:单电源+ 12V DC
- Temperature:Work :-20℃ ~ +65℃, Storage :-40℃ ~ +85℃
- Humidity:5% ~ 95%相对湿度,无冷凝
- Size: 120mm x 80 mm
- OS: Linux
接口布局和尺寸
接口概览
接口引脚定义
传感器接口转接板定义
机械尺寸
烧录方法
HiTool 烧录方法
适用场景
- 适用于一键烧写所有程序镜像到单板flash 上的场景、单板已有 boot 可按地址烧写其他程序镜像到单板 flash 上的场景,以及在空板上只烧写 boot 到单板 flash 上的场景。
- 本文只介绍 <eMMC烧录>方法。
环境部署
- HiBurn 工具烧写的环境准备如下:
- 步骤 1. PC 与单板之间连接好串口、网线,且因工具烧写需要涉及到与 bootrom 交互,故单板硬件上 bootrom_sel 需要设置为 1,从 bootrom 启动。
- 步骤 2. 把 HiTool-BVT-X.X.X.zip 拷贝到 PC 上(PC 要求安装 Win7、XP 操作系统)的某个本地硬盘。在 HiTool-XXX-4.0.15 及以后的版本已经集成了 jre,无需单独安装 JRE。如果是老版本工具,请预先安装的 32 位的 jre1.6(如 jre-6u1-windows-i586-p),否则HiTool 可能无法运行。
- 链接如下:http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html
- 查看当前 PC 安装的 JRE 版本号,可以通过在开始->运行->键入 cmd 中输入 java –version 查看当前已安装的 JRE 版本号,若当前版本为 1.6.0_xx 即可,若当前版本号高于 1.6,则请参考 FAQ 7.15。
- 步骤 7. 可选步骤,Hi3516CV300/Hi3559AV100 芯片支持 USB 裸烧,Hi3559V100/Hi3556V100 芯片支持 USB 非裸烧,需要提前在 Windows 平台的 PC 机上,安装好指定的驱动,安装方法如下:
- 1.从 http://zadig.akeo.ie 上下载 zadig.exe 文件,请根据自己的操作系统下载相应的 exe 执行文件,当前最新版本如下(请以实际为准):
- zadig_xp_2.2.exe
- zadig_2.2.exe
- 以 win7 系统下驱动安装为例(XP 系统下驱动安装与此相同)。
eMMC烧录
适用场景
- 适用场景如下:只适用于 eMMC 烧写,不管单板上有没有 boot 都适用,可实现一键烧写所有镜像。
烧写步骤
- 具体烧写步骤如下:
- 步骤 1. 切换到“烧写 eMMC”页签,如图 5-1 所示。
- 步骤 3. 准备单板环境。连接单板的串口和网口,如果单板处于通电状态,给单板下电 。
- 步骤 4. 烧写单板,点击烧写按钮【Burn】。
- 步骤 5. 给单板上电,进入烧写过程,等待烧写完成。
- 烧写过程的信息会在控制台中显示。
- 串口选择是否正确。
- IP 地址设置是否正确,地址是否被占用。
- 是否有短接单板上的自举跳线。
- 步骤 6. 烧写完成,连接终端工具,重启单板。
Demo演示
sample_venc(视频数据编码)
1 ~ # ./sample_venc 2 Usage : ./sample_venc [index] 3 index: 4 0) H.265e@4K@120fps + H264e@1080p@30fps. 5 1) H.265e@4K@60fps + H264e@4K@60fp. 6 2) Lowdelay:H.265e@4K@30fps. 7 3) IntraRefresh:H.265e@4K@60fps + H264e@4K@60fps. 8 4) Qpmap:H.265e@4K + H264e@4K@60fps. 9 5) Mjpeg@4K@60fps +Jpeg@4K.
- shell 说明:
- 1. 运行sample_venc (录制) 视频编码样例
- 2. 使用方法: ./sample_venc [index]
- 3. 参数<索引>
- 4. 0) h265编码,4096×2160分辨率,每秒120帧 + h264编码,1920x1080分辨率,每秒30帧
- 5. 1) h265编码,4096×2160分辨率,每秒60帧 + h264编码,4096×2160分辨率,每秒60帧
- 6. 2) Lowdelay(低延时属性):h265编码,4096×2160分辨率,每秒30帧
- 7. 3) IntraRefresh(P 帧帧内刷新):h265编码,4096×2160分辨率,每秒60帧 + h264编码,4096×2160分辨率,每秒60帧
- 8. 4) Qpmap(是一种码率控制模式):h265编码,4096×2160分辨率 + h264编码,4096×2160分辨率,每秒60帧
- 9. 5) Mjpeg(Mjpeg协议编码方式)的4096×2160分辨率,每秒60帧 + Jpeg(Jpeg的编码)的4096×2160分辨率
sample_vdec(视频数据解码)
1 ~ # ./sample_vdec 2 Usage : ./sample_vdec <index> <IntfSync > 3 index: 4 0) VDEC(H265)-VPSS-VO 5 1) VDEC(H264)-VPSS-VO 6 2) VDEC(JPEG->YUV)-VPSS-VO 7 3) VDEC(JPEG->RGB) 8 IntfSync : 9 0) VO HDMI 4K@30fps. 10 1) VO HDMI 1080P@30fps.
- shell 说明:
- 1. 运行sample_vdec (播放) 视频解码样例
- 2. 使用提示: ./sample_vdec <索引> <Vo接口时序类型 >
- 3. 参数<索引>:
- 4. 0) VDEC解码器输入(H265的编码格式图片/视频)--->VPSS(视频输入缓存块)--->VO(图片/视频输出)
- 5. 1) VDEC解码器输入(H264的编码格式图片/视频)--->VPSS(视频输入缓存块)--->VO(图片/视频输出)
- 6. 2) VDEC解码器输入(JPEG数据)--->VPSS(视频输入缓存块)--->VO(YUV图片/视频输出)
- 7. 3) VDEC解码器输入JPEG解码成RGB数据
- 8. 参数<IntfSync>:
- 9. 0) 输出到HDMI 4096×2160分辨率,每秒30帧
- 10. 1) 输出到HDMI 1920x1080分辨率,每秒30帧
sample_audio(音频相关)
1 ~ # ./sample_audio 2 /Usage:./sample_audio <index>/ 3 index and its function list below 4 0) start AI to AO loop 5 1) send audio frame to AENC channel from AI, save them 6 2) read audio stream from file, decode and send AO 7 3) start AI(VQE process), then send to AO 8 4) start AI to AO(Hdmi) loop 9 5) start AI to AO(Syschn) loop
- shell 说明:
- 1. 运行sample_audio 音频 (编码/解码)样例
- 2. 使用提示:./sample_audio <索引>
- 3. 以下内容是索引对应的功能
- 4. 0) 循环音频从输入到输出 (话筒功能)
- 5. 1) 通过音频输入发送音频帧到音频编码通道,保存起来 (录音功能)
- 6. 2) 从文件读取音频流,解码然后发送到输出 (播放功能)
- 7. 3) 通过音频输入声音质量增强处理,然后输出音频 (话筒功能)
- 8. 4) 循环音频输入到HDMI通道音频输出 (话筒功能)
- 9. 5) 循环音频输入到系统音通道音频输出 (话筒功能)
sample_snap(拍照)
1 ~ # ./sample_snap 2 Usage : ./sample_snap <index> 3 index: 4 0)double pipe offline, normal snap.
- shell 说明:
- 1. 运行sample_snap 拍照
- 2. 使用说明:./sample_snap <索引>
- 3. 参数<索引>
- 4. 0)双 pipe 离线模式普通拍照
sample_dpu_main(Depth Process Unit,深度图)
1 ~ # ./sample_dpu_main 2 Usage : ./sample_dpu_main <index> 3 index: 4 0) VI->VPSS->RECT->MATCH. 5 1) FILE->RECT->MATCH.
- shell 说明:
- 1. 运行 sample_dpu_main
- 2. 使用方法:./sample_dpu_main <索引>
- 3. <索引>
- 4. 0) DPU(Depth Process Unit)对输入的左图像和右图像经过校正和匹配计算得出深度图
- 5. 1) DPU(Depth Process Unit)对读取的文件的左图像和右图像经过校正和匹配计算得出深度图
sample_avs(Any View Stitching,全景拼接)
1 ~ # ./sample_avs 2 Usage : ./sample_avs <index> 3 index: 4 0) 2 fisheye stitching, Normal projection. 5 1) 4 fisheye stitching, Cube map. 6 2) 4 pic no blend stitching. 7 3) 8 nonfisheye Equirectangular. 8 4) 2 fisheye stitching, Image stabilizing. 9 5) Generate lut.
- shell 说明:
- 1. 运行 sample_avs
- 2. 使用说明: ./sample_avs <index>
- 3. <index>
- 4. 0) 2个CAM 鱼眼拼接正常显示模式
- 5. 1) 4个CAM 鱼眼拼接呈现立体显示效果
- 6. 2) 4个CAM 图片无混合拼接
- 7. 3)
- 8. 4)
- 9. 5)
sample_fisheye(鱼眼模式)
1 ~ # ./sample_fisheye 2 3 Usage : ./sample_fisheye <index> <vo intf> <venc type> 4 index: 5 0) fisheye 360 panorama 2 half with ceiling mount. 6 1) fisheye 360 panorama and 2 normal PTZ with desktop mount. 7 2) fisheye 180 panorama and 2 normal dynamic PTZ with wall mount. 8 3) fisheye source picture and 3 normal PTZ with wall mount. 9 4) nine_lattice preview(Only images larger than or equal to 8M are supported). 10 vo intf: 11 0) vo HDMI output, default. 12 1) vo BT1120 output. 13 venc type: 14 0) H265, default. 15 1) H264.
- shell 说明:
- 1. 运行 ./sample_fisheye
- 2. 使用说明 ./sample_fisheye <index> <vo intf> <venc type>
- 3. index:
- 4. 0) 2个“半顶装模式”的鱼眼360°全景视频
- 5. 1) 2个普通“地装的PTZ”鱼眼360°全景视频
- 6. 2) 2个普通“壁装的PTZ”鱼眼180°全景视频
- 7. 3) 三个鱼眼原画的普通PTZ 壁装视频
- 8. 4) 九格预览视频(仅支持大于或等于8m的图像)
- 9. vo intf:
- 10. 0) 默认HDMI输出
- 11. 1) BT1120输出
- 12. venc type:
- 13. 0) 默认H265编码
- 14. 1) H264编码
sample_vio(视频输入输出)
1 ~ # ./sample_vio 2 Usage : ./sample_vio <index> <intf> 3 index: 4 0)parallel SDR8 VI - VPSS - VO - HDMI. Embeded isp, phychn channel preview. 5 1)online SDR8 VI - VPSS - VO - HDMI. 2 pipe, Embeded isp, phychn channel pr. 6 2)offline SDR8 VI - VPSS - VO - HDMI. 4 pipe, Embeded isp, phychn channel pr. 7 3)online WDR+HDR10 VI - VPSS - VO - HDMI. Embeded isp, phychn channel preview. 8 4)online SDR8 VI - VO - HDMI. Embeded isp, LDC+ROTATE. 9 5)online SDR8 VI - VO - HDMI. Embeded isp, FreeRotation. 10 6)online SDR8 VI - VO - HDMI. Embeded isp, LDC+SPREAD. 11 7)online SDR8 VI - VPSS - VO - HDMI. Embeded isp, dump raw, phychn channel . 12 intf: 13 0) vo HDMI output, default. 14 1) vo BT1120 output.
- shell 说明:
- 1. 运行 sample_vio
- 2. 使用方法:./sample_vio <index> <intf>
- 3. index:
- 4. 0) 并行的八位数据视频宽度输入--> 视频处理 -->输出到HDMI. 嵌入式图像信号处理,物理通道预览
- 5. 1) 在线八位数据视频宽度输入--> 视频处理 -->输出到HDMI. 2管道的嵌入式图像信号处理,物理通道预览
- 6. 2) 离线八位数据视频宽度输入-->视频处理 -->输出到HDMI. 4管道的嵌入式图像信号处理,物理通道预览
- 7. 3) 在线十位数据和WDR视频输入-->视频处理 -->输出到HDMI. 嵌入式图像信号处理,物理通道预览
- 8. 4) 在线八位数据视频宽度输入 -->输出到HDMI.
- 9. 5)
- 10. 6)
- 11. 7)
- 12. intf:
- 13. 0) 默认HDMI输出
- 14. 1) BT1120输出
sample_vgs(Video Graphics Sub-System,视频图形子系统)
1 ~ # ./sample_vgs 2 Usage : ./sample_vgs <index> <intf> 3 index: 4 0) SDR10 COMPRESS, VI - VGS - VO - HDMI. 5 intf: 6 0) vo HDMI output, default. 7 1) vo BT1120 output.
- shell 说明:
- 1. 运行 sample_vgs
- 2. 使用说明:./sample_vgs <index> <intf>
- 3. index:
- 4. 0) 10比特位压缩,输入-->视频图像子系统-->HDMI输出
- 5. intf:
- 6. 0) 默认HDMI输出
- 7. 7) BT1120输出
sample_tde(Two Dimensional Engine,利用硬件为OSD和GUI提供快速的图形绘制功能)
1 ~ # ./sample_tde 2 Usage : ./sample_tde <intf> 3 intf: 4 0) vo VGA output, default. 5 1) vo HDMI output.
- shell 说明:
- 1. 运行 sample_tde
- 2. 使用说明:./sample_tde <intf>
- 3. intf:
- 4. 0) 默认VGA输出演示
- 5. 1) HDMI输出演示
sample_hifb(Hisilicon Framebuffer,基于Linux Framebuffer 基本功能扩展了一些图形层控制功能)
1 ~ # ./sample_hifb 2 Usage : ./sample_hifb <index> <device> <intf> 3 4 5 /****************index******************/ 6 please choose the case which you want to run: 7 0: ARGB8888 standard mode 8 1: ARGB1555 BUF_DOUBLE mode 9 2: ARGB1555 BUF_ONE mode 10 3: ARGB1555 BUF_NONE mode 11 4: ARGB1555 BUF_ONE mode with compress 12 5: ARGB8888 BUF_ONE mode with compress 13 14 /****************device******************/ 15 0) VO device 0#, default. 16 1) VO device 1#. 17 18 /****************intf******************/ 19 0) VO HDMI output, default. 20 1) VO BT1120 output.
- shell 说明:
- 1. 运行 sample_hifb
- 2. 使用说明:./sample_hifb <index> <device> <intf>
- 5. <index>
- 6. 请选择一下您想运行的情况之一
- 7. 0: ARGB8888像素格式(标准模式)
- 8. 1: ARGB1555像素格式双缓存模式
- 9. 2: ARGB1555像素格式单缓存模式
- 10. 3: ARGB1555像素格式无缓存模式
- 11. 4: ARGB1555像素格式带压缩的单缓存模式
- 12. 5: ARGB8888像素格式带压缩的单缓存模式
- 14. <device>
- 15. 默认输出到超清显示设备DHD0 (能够支持到4K)
- 16. 输出到高清显示设备DHD1
- 18. <intf>
- 19. 默认HDMI输出
- 20. BT1120输出
sample_awb_calibration(自动白光平衡测量)
1 ~ # ./sample_awb_calibration 2 Usage : ./sample_awb_calibration <mode> <intf1> <intf2> <intf3> 3 mode: 4 0) Calculate Sample gain. 5 1) Adjust Sample gain according to Golden Sample. 6 intf1: 7 The value of Rgain of Golden Sample. 深红色区域的锐化增益控制。 8 intf2: 9 The value of Bgain of Golden Sample. 10 intf3: 11 The value of Alpha ranging from 0 to 1024 (The strength of adusting Sampe Gain will increase with the value of Alpha) .
- shell 说明:
- 1. 运行 sample_awb_calibration
- 2. 使用方法:./sample_awb_calibration <mode> <intf1> <intf2> <intf3>
- 3. <mode>
- 4. 0) 计算例子中的增益
- 5. 1) 根据标准例子来校正例子中的增益
- 6. intf1:
- 7. 标准例子中的深红色区域的锐化增益控制值
- 8. intf2:
- 9. 标准例子中的深蓝色区域的锐化增益控制值
- 10. intf3:
- 11. 0~1024范围的初始值(采样数据的增益强度会随着初始值的值增加而增加)
sample_modeswitch(模式切换)
1 ~ # ./sample_modeswitch 2 Usage : ./sample_modeswitch <index> <intf> 3 index: 4 0)mode switch wdr to linear for imx290 VI - VO - HDMI. Embeded isp, phychn channel preview. 5 1)mode switch linear to wdr for imx290 VI - VO - HDMI+BT1120. Embeded isp, phychn channel preview. 6 2)resolution 9M50FPS to 8M30FPS for imx477 VI - VO - HDMI. Embeded isp, phychn channel preview. 7 3)resolution 8M30FPS to 9M50FPS for imx477 VI - VO - HDMI. Embeded isp, phychn channel preview. 8 intf: 9 0) vo HDMI output, default. 10 1) vo BT1120 output.
- shell 说明:
- 1. 运行 sample_modeswitch
- 2. 使用说明: ./sample_modeswitch <index> <intf>
- 3. index:
- 4. 0) imx290的wdr模式到linear模式切换
- 5. 1) imx290的linear模式到wdr模式切换
- 6. 2) imx477的分辨率9M50FPS切换至8M30FPS
- 7. 3) imx477的分辨率8M30FPS切换至9M50FPS
- 8. intf:
- 9. 0) 默认HDMI输出
- 10. 1) BT1120输出
sample_ive_main(智能加速引擎)
1 ~ # ./sample_ive_main 2 Usage : ./sample_ive_main <index> [complete] [encode] [vo] 3 index: 4 0)BgModel,<encode>:0, not encode;1,encode.<vo>:0,not call vo;1,call vo.(VI->VPSS->IVE->VGS->[VENC_H264]->[VO_HDMI]). 5 1)Gmm,<encode>:0, not encode;1,encode.<vo>:0,not call vo;1,call vo.(VI->VPSS->IVE->VGS->[VENC_H264]->[VO_HDMI]). 6 2)Occlusion detected.(VI->VPSS->IVE->VO_HDMI). 7 3)Motion detected.(VI->VPSS->IVE->VGS->VO_HDMI). 8 4)Canny,<complete>:0, part canny;1,complete canny.(FILE->IVE->FILE). 9 5)Gmm2.(FILE->IVE->FILE). 10 6)MemoryTest.(FILE->IVE->FILE). 11 7)Sobel.(FILE->IVE->FILE). 12 8)Ann.(FILE->IVE->STDIO). 13 9)St Lk.(FILE->IVE->FILE). 14 a)Svm.(FILE->IVE->STDIO). 15 b)Cnn.(FILE->IVE->STDIO).
- shell 说明:
- 1. 运行 sample_ive_main
- 2. 使用说明: ./sample_ive_main <index> [complete] [encode] [vo]
- 3. index:
- 4. 0) 背景模型,<encode>:0-->不使能编码 1-->使能编码,<vo>: 0-->不调用输出 1-->调用输出
- 5. 1) Gmm模型
- 6. 2) 遮挡检测
- 7. 3) 移动侦测
- 8. 4)
- 9. 5)
- 10. 6) 内存测试
- 11. 7)
- 12. 8)
- 13. 9)
- 14. a)
- 15. b)
- 16.
- 17.
- 18.
sample_dis(Digital Image Stabilization,数字稳像)
1 ~ # ./sample_dis 2 Usage : ./sample_dis <index> <intf> 3 index: 4 0)DIS-4DOF_GME.VI-VO VENC. 5 1)DIS-6DOF_GME.VI-VO VENC. 6 intf: 7 0) vo HDMI output, default. 8 1) vo BT1120 output.
- shell 说明:
- 1. 运行 sample_dis
- 2. 使用说明: ./sample_dis <index> <intf>
- 3. index:
- 4. 0) DIS-4DOF_GME(四自由度 GME 算法,不使用陀螺仪),输入-输出 视频解码
- 5. 1) DIS-6DOF_GME(六自由度 GME 算法,不使用陀螺仪),输入-输出 视频解码
- 6. intf:
- 7. 0) HDMI 输出
- 8. 1) BT1120 输出
sample_dsp_main
1
- shell 说明:
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
sample_nnie_main(Neural Network Inference Engine)
1 ~ # ./sample_nnie_main 2 Usage : ./sample_nnie_main <index> 3 index: 4 0) RFCN(VI->VPSS->NNIE->VGS->VO). 5 1) Segnet(Read File). 6 2) FasterRcnnAlexnet(Read File). 7 3) FasterRcnnDoubleRoiPooling(Read File). 8 4) Cnn(Read File). 9 5) SSD(Read File). 10 6) Yolov1(Read File). 11 7) Yolov2(Read File). 12 8) LSTM(Read File).
- shell 说明:
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
vi_bayerdump(用来获取sensor原始图像的工具)
1 ~ # ./vi_bayerdump -h 2 3 NOTICE: This tool only can be used for TESTING !!! 4 To see more usage, please enter: ./vi_bayerdump -h 5 6 7 ************************************************* 8 Usage: ./vi_bayerdump [ViPipe] [nbit] [Compress] [FrmCnt] [ByteAlign] [RatioShow] 9 ViPipe: 10 0:ViPipe0 ~ 7:ViPipe 7 11 nbit: 12 The bit num to be dump 13 Compress: 14 Whether to dump compressed raw, default is 0 15 FrmCnt: 16 the count of frame to be dump 17 ByteAlign: 18 Whether convert to Byte align, default is 1 19 RatioShow: 20 Whether the file name of raw show ratio info, default is 1 21 e.g : ./vi_bayerdump 0 16 0 2 1 1 22 *************************************************
- shell 说明:
- 1. 运行 vi_bayerdump -h
- 2.
- 3. 注意:此工具仅用于测试使用!
- 4. 获取跟多信息请输入: ./vi_bayerdump -h
- 5.
- 6.
- 7.
- 8. 使用说明:./vi_bayerdump [ViPipe] [nbit] [Compress] [FrmCnt] [ByteAlign] [RatioShow]
- 9. ViPipe:
- 10. ViPipe号 0~7范围内
- 11. nbit:
- 12. 原始数据的字节宽度 支持8/10/12/14/16bit
- 13. Compress:
- 14. 解码图像压缩模式: 是否转存原始图像压缩数据,默认是0 0代表不压缩
- 15. FrmCnt:
- 16. 获取VI 框架个数
- 17. ByteAlign:
- 18. 是否转换为字节对齐, 默认值为1
- 19. RatioShow:
- 20. 文件名上是否对比率信息原始展现,默认为1
- 21.
- 22.
vi_chn_dump(输入通道视频帧转储)
1 ~ # ./vi_chn_dump -h 2 3 NOTICE: This tool only can be used for TESTING !!! 4 To see more usage, please enter: ./vi_chn_dump -h 5 6 7 ********************************************************** 8 Usage: ./vi_chn_dump [ViPipe] [ViChn] [FrmCnt] [ByteAlign] 9 1)ViPipe: 10 Vi pipe id 11 2)ViChn: 12 vi chn id 13 3)FrmCnt: 14 the count of frame to be dump 15 4)ByteAlign: 16 Whether convert to Byte align , default is 1 17 *)Example: 18 e.g : ./vi_chn_dump 0 0 2 1 19 **********************************************************
- shell 说明:
- 1. 运行 ./vi_chn_dump -h
- 2.
- 3. 注意:此工具仅用于测试!!!
- 4. 获取更多信息请输入 ./vi_chn_dump -h
- 5.
- 6.
- 7.
- 8. 使用说明: ./vi_chn_dump [ViPipe] [ViChn] [FrmCnt] [ByteAlign]
- 9. 1)ViPipe:
- 10. PIPE 号,范围0~7
- 11. 2)ViChn:
- 12. vi 通道号
- 13. 3)FrmCnt:
- 14. 视频帧数
- 15. 4)ByteAlign:
- 16. 是否转换为字节对齐, 默认值为1
- 17.
- 18.
vo_chn_dump(输出通道视频帧转储)
1 ~ # ./vo_chn_dump -h 2 3 NOTICE: This tool only can be used for TESTING !!! 4 To see more usage, please enter: ./vo_chn_dump -h 5 6 7 ************************************************* 8 Usage: ./vo_chn_dump [VoLayer] [VoChn] [Frmcnt]. 9 1)VoLayer: 10 which layer to be dump 视频输出视频层号。 11 Default: 0 12 2)VoChn: 13 which channel to be dump 14 Default: 0 15 3)FrmCnt: 16 the count of frame to be dump 17 Default: 1 18 *)Example: 19 e.g : ./vo_chn_dump 0 0 1 (dump one YUV) 20 *************************************************
- shell 说明:
- 1. 运行 vo_chn_dump -h
- 2.
- 3. 注意:此工具仅用于测试使用!!!
- 4. 获取更多信息,请输入 ./vo_chn_dump -h
- 5.
- 6.
- 7.
- 8. 使用说明:./vo_chn_dump [VoLayer] [VoChn] [Frmcnt].
- 9. 1)VoLayer:
- 10. 选择要转储的视频输出视频层号
- 11. 默认是0
- 12.2)VoChn:
- 13.选择要转储的视频输出通道
- 14. 默认是0
- 15. 3)FrmCnt:
- 16. 需要转储的视频帧个数
- 17. 默认1
- 18.
- 19.
- 20.
vo_screen_dump(转储输出屏幕图像数据)
1 ~ # ./vo_screen_dump -h 2 3 NOTICE: This tool only can be used for TESTING !!! 4 To see more usage, please enter: ./vo_screen_dump -h 5 6 7 ************************************************* 8 Usage: ./vo_screen_dump [VoLayer] [Frmcnt]. 9 1)VoLayer: 10 Which layer to be dumped 11 Default: 0 12 2)FrmCnt: 13 The count of frame to be dumped 14 Default: 1 15 *)Example: 16 e.g : ./vo_screen_dump 0 1 (dump one YUV) 17 *************************************************
- shell 说明:
- 1. 运行 vo_screen_dump -h
- 2.
- 3. 注意:此工具仅用于测试使用!!!
- 4. 获取更多信息,请输入:./vo_screen_dump -h
- 5.
- 6.
- 7.
- 8. 使用说明:./vo_screen_dump [VoLayer] [Frmcnt].
- 9. 1)VoLayer:
- 10. 选择要转储的视频输出视频层号
- 11. 默认0
- 12. 2)FrmCnt:
- 13. 需要转储的视频帧个数
- 14. 默认1
- 15.
- 16.
- 17.
vo_wbc_dump(回写设备的输出图像数据转储)
1 ~ # ./vo_wbc_dump 2 3 NOTICE: This tool only can be used for TESTING !!! 4 usage: ./vo_wbc_dump 0 [frmcnt]. sample: ./vo_wbc_dump 0 5 5 6 Dev(0) HI_MPI_VO_SetWbcDepth errno 0xa00f8010
- shell 说明:
- 1. 运行 vpss_chn_dump
- 2.
- 3. 注意:此工具仅用于测试使用!!!
- 4. 使用说明:./vo_wbc_dump 0 [frmcnt]. sample: ./vo_wbc_dump 0 5
- 5. 第一个参数:回写设备号
- 6. [frmcnt] 输出视频的帧数
vpss_chn_dump(用户从通道获取Cnt个帧处理完成的图像转储)
1 ~ # ./vpss_chn_dump -h 2 3 NOTICE: This tool only can be used for TESTING !!! 4 To see more usage, please enter: ./vpss_chn_dump -h 5 6 7 ************************************************* 8 Usage: ./vpss_chn_dump [VpssGrp] [VpssChn] [FrmCnt] 9 1)VpssGrp: 10 Vpss group id 11 2)VpssChn: 12 vpss chn id 13 3)FrmCnt: 14 the count of frame to be dump 15 *)Example: 16 e.g : ./vpss_chn_dump 0 0 1 17 e.g : ./vpss_chn_dump 1 4 2 18 *************************************************
- shell 说明:
- 1. 运行 vpss_chn_dump -h
- 2.
- 3. 注意:此工具仅用于测试使用!!!
- 4. 获取更多信息,请输入:./vpss_chn_dump -h
- 5.
- 6.
- 7.
- 8. 使用说明: ./vpss_chn_dump [VpssGrp] [VpssChn] [FrmCnt]
- 9. 1)VpssGrp:
- 10. VPSS GROUP 号
- 11. 2)VpssChn:
- 12. VPSS 通道号
- 13. 3)FrmCnt:
- 14. 转储的视频帧个数
- 15.
- 16.
- 17.
vpss_src_dump(转储视频缓存池帧数据)
1 ~ # ./vpss_src_dump -h 2 3 NOTICE: This tool only can be used for TESTING !!! 4 To see more usage, please enter: ./vpss_src_dump -h 5 6 7 ************************************************* 8 Usage: ./vpss_src_dump [Grp] [Pipe] 9 1)VpssGrp: 10 Vpss group id 11 2)Pipe: 12 Vpss Grp pipe 13 *)Example: 14 e.g : ./vpss_src_dump 0 0 15 *************************************************
- shell 说明:
- 1. 运行 vpss_src_dump -h
- 2.
- 3. 注意:此工具仅用于测试使用!!!
- 4. 获取更多信息请输入:./vpss_src_dump -h
- 5.
- 6.
- 7.
- 8. 使用说明:./vpss_src_dump [Grp] [Pipe]
- 9. 1)VpssGrp:
- 10. VPSS GROUP 号
- 11. 2)Pipe:
- 12. VPSS 组的管道号
- 13.
- 14.
- 15.
- 16.
- 17.