dm365 osd vpde 后端流网络传送(编码后)

最近在研究如果将dm365后端添加了osd的图像流通过网络传送到PC,看了很多文档,最后在ti官方网站上面得到了如下的信息:

The way that the OSD hardware in the VPBE was designed the final OSD mixed output is only available on the outgoing end of the VPBE, in otherwords there is no path for the video containing the OSD to get back into DDR, so it is not possible for the DM355 to send the OSD mixed video output to the network unless the VPBE output is taken in by another processor or looped back into the VPFE externally.

This being said, if you can deal without the OSD or implement OSD in software than you could use software like that which is included with the IP Netcam reference designs to stream video to a networked PC.

As Bernie indicated, the OSD functionality is part of the Video Port Back End (VPBE) which drives the video output port of the DM355.  On the Base IPNC reference design, this would be available on the Video output.  The DM355 does not have a way to bring the mixed video back into SDRAM that could be encapsulated in a network packet and sent over the network interface.

最后得到的结果是不能通过直接将dm365有添加了osd的数据通过网络传送到另外一端,但是直接给display线程显示还是可以的...

你可能感兴趣的:(ti,davinci)