V4L2 Tools: yavta
alvin.lu@avnet.com
2020.09.12
软件平台:
Vivado 2019.1
PetaLinux 2019.1
Ubuntu16.04.6真机
硬件平台:
ZCU106 (ZynqMP)
Yavta (Yet Another Video Test Application) is a tool developed by the maintainer of the V4L2 subsystem to enable simplified testing of video interfaces.
There is some overlap with other tools in that yavta allows you to set various configuration options, but generally the primary use of yavta is to capture frames.
# yavta -n 3 -c10 -f NV12 -s 1920x1080 --skip 7 -F /dev/video0 (capture 3 pictures)
This exercises the entire pipeline, though the DMA, into allocated buffers in memory and finally saves the resulting frames to files in your rootfs
Note that theses are raw files ‘hot off the presses’, not JPEG or any other format, so whether it’s RGB data or YUV you’ll need to convert them into something understandable by an image editor.
Yavta是一款由V4L2子系统维护者开发的工具,用于简化视频接口测试。它允许设置多种配置选项,主要功能是捕获帧,并将结果保存到文件中。在ZCU106 ZynqMP平台上,使用Vivado2019.1、PetaLinux2019.1和Ubuntu16.04.6进行测试,通过DMA将数据传入内存缓冲区。

5775

被折叠的 条评论
为什么被折叠?



