Reading HDMI Input for Realtek RT1295

泪湿孤枕 提交于 2020-01-15 08:57:05

问题


I am building an app to read HDMI input from android boxes (Amlogic and Realtek processors) and display in my app.

I am aware that each different processors have different way to read HDMI input. For example with Amlogic, continuous HDMI stream can be read at hdmi://localhost:1/ and displayed in videoview. Certain other processors also follow a similar method and stream at one of (hdmi://localhost:0, hdmi://localhost:1, hdmi://localhost?port=1, hdmi://localhost?port=2) for developer to read the HDMI input stream.

Likewise, how do read HDMI input from Realtek RT1295 display it in my app? Also, are these the SDKs to HDMI input from RT1295 (link) ?

来源:https://stackoverflow.com/questions/41854523/reading-hdmi-input-for-realtek-rt1295

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!