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.

6467 之菜单显示及控制



系统开机后进入菜单项,然后通过按键可以上下选择菜单里的内容,内容包括:1号单路采集显示,2号单路采集,两路采集,1号串口信息,2号串口信息,3号串口信息。。 那么如何实现这个功能呢?要用OSD吗? 6467没有OSD的硬件支持那咋办啊??谢谢

  • 6467不支持硬件的OSD,也可以理解为,它的VPIF视频输出只支持一个显示层。所以实现OSD的方法是,把OSD图像转换成YUV格式,直接对视频显示buffer中的数据进行覆盖。简单起见,也可以只对Y Buffer中的数据进行覆盖,这样产生的OSD图像是单色的。