This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

请教下RDK中graphic的问题



我正在准备写自己的基于link API的程序验证一下功能,是从内存中读取一幅RGB图像经过VPSS通过HDMI接口输出到屏幕。我正在琢磨如何修改编译规则,我看到link_api_ demo下的makefile是需要编译vpss_chains、vpss_video_chains、video_chains、common、graphic下的源代码的,其中我看到前三个是common的子模块,那graphic下的代码是完成什么功能呢?我自己的这个简单程序需要也把graphic下的编译一下吗?谢谢

  • 在你现在的例子里面graphic是不用编的我认为。

    但其实graphic本身是HDVPSS里面一个专门显示静态图像的模块,RDK中是没有使用的。

    你可以参考uboot中bootlogo的代码,那个就是用graphic模块来实现的静态图片显示。