如何通过 USB 从 Android 设备生成视频信号?
是否可以为 Android 创建一个应用程序,可以通过 USB 生成视频信号(HDMI 或 VGA)?
任何 Android 设备都有 miniUSB 端口。理论上,可以在微控制器或微方案上创建一个小型换向器设备,它将成为 Android 设备的 USB 主机。您将 Android 设备与换向器连接,然后将换向器与显示器连接。
例如,该方案如下所示: Android 手机 ->换向器(USB 主机)->电视/显示器。
摘要,我需要通过 miniUSB 端口将 Android 手机与电视连接。我找到了可以使用miniUSB的软件-> HDMI 电缆,但这些应用程序仅适用于 Motorolla Droid 和 HTC Evo。
我很高兴获得该主题的现有应用程序或项目的链接,以及有关软件生成 HDMI 信号以及将 Android 设备与其他设备连接的信息。
谢谢你,很抱歉我的英语不好!
Is it possible to create an application for Android, which can generate a video signal (HDMI or VGA) via USB?
Any Android device has miniUSB port. Theoretically it's possible to create a small commutator device on microcontroller or microscheme, which will be a USB-host for Android device. You'll connect Android device with commutator and then connect commutator with monitor.
For example, the scheme looks like: Android phone -> commutator (USB-host) -> TV/Monitor.
Summary, I need to connect android phone with TV via miniUSB port. I found soft which can use miniUSB -> HDMI cable, but those apps only for Motorolla Droid and HTC Evo.
I'll glad to get links to existing apps or projects on that theme, to info about software generation HDMI-signal and connecting Android devices with another devices.
Thank you and sorry for my bad english!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这种情况实现的可能性不大:如果缺乏合适的转换器芯片,您将无法仅使用标准 USB 或迷你 USB 端口上的 4 个引脚来生成 HDMI 或 DVI 信号。您需要考虑构建一个能够执行正确操作的转换器盒:类似于 http://wiki .chumby.com/index.php/What_is_NeTV。
Not much chance of that working out: lacking an appropriate converter chip there is no way you will be able to generate an HDMI or DVI signal using only the 4 pins on a standard USB or mini-USB port. You will need to look into building a converter box that does the right thing: something like http://wiki.chumby.com/index.php/What_is_NeTV.
这些电缆并不是“HDMI”生成 - 基本上,一些手机使用扩展标准,其插座中不仅仅有 USB。
具体来说,基于 OMAP3/OMAP4 的手机(Droid、Evo)具有板载 HDMI/DVI 芯片 - 电缆只需将引脚断开。
我会查看开放配件开发套件,以获取有关硬件功能的灵感。
Those cables are not doing 'HDMI' generation - basically, some phones use the extended standard which has more than just USB in the socket.
Specifically, OMAP3/OMAP4 based phones (Droid, Evo) have an onboard HDMI/DVI chip - the cable just breaks out the pins.
I'd look at Open Accessory Development Kit for inspirations about what can be done in hardware.