简体   繁体   English

我如何读取 qt 应用程序中的 HDMI 输入(比如来自另一个视频源),该应用程序旨在在 android 设备(amlogic)中运行

[英]How do i read HDMI input (say coming from another video source) in qt app meant to be run in an android device (amlogic)

How do i read HDMI input (say coming from another video source) in qt app meant to be run in an android device (@AMLogic chipset)我如何读取 qt 应用程序中的 HDMI 输入(比如来自另一个视频源),该应用程序旨在在 android 设备(@AMLogic 芯片组)中运行

You need an HDMI capture dongle/card您需要一个 HDMI 捕获加密狗/卡

It can be something as simple as a cheap USB capture card, which works like a fake Webcam (Google about HDMI-USB Capture).它可以像便宜的 USB 采集卡一样简单,它的工作原理就像一个假的网络摄像头(谷歌关于 HDMI-USB Capture)。 Or (if your Amlogic device is in fact a dev board with PCI slots) it can be something a lot more high end, those cards start with things like the Decklink Quad and cost hundreds if not thousands of dollars depending on the brand and model.或者(如果您的 Amlogic 设备实际上是带有 PCI 插槽的开发板)它可以是更高端的东西,这些卡以 Decklink Quad 之类的东西开始,根据品牌和 model 的不同,价格可能高达数百甚至数千美元。

With the USB dongles you can easily capture HDMI like any other V4L2 webcam.使用 USB 加密狗,您可以像任何其他 V4L2 网络摄像头一样轻松捕获 HDMI。 With the Broadcast-grade cards you will need to enter the GStreamer territories.使用广播级卡,您将需要进入 GStreamer 领域。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM