成功使用 Android 通过 HDMI 控制外接显示器

Success in using Android to control an external monitor via HDMI

只是想知道是否有人设法使用 Android 平板电脑通过 HDMI 电缆控制外部屏幕。 Android 平板电脑应该有 Presentation APIs,因此版本 > 4.2m 和 HDMI(或迷你 HDMI)端口。

https://developer.android.com/reference/android/app/Presentation.html

到目前为止,我们已经使用具有 Android v5.1.1 和迷你 HDMI 端口的平板电脑进行了测试,但是一旦我们连接外接显示器,平板电脑显示器就会关闭(但它仍然有响应触摸)和所有输出到外部显示器。 手写板是瀚思派Titan2 13.3英寸

所以我们仍然停留在物理设置上。这至少对镜像不起作用,我们怎么能期望开始修补演示文稿 API?

因此,我们正在寻求其他编码人员的确认,以确认设置至少在物理上已经完成并至少测试过一次..

谢谢 W

as soon as we connect the external monitor, the tablet monitor shuts off (but it is still responsive to touch) and all the output goes to the external monitor

这是您的设备制造商做出的不兼容且不幸的选择。屏幕应保持打开状态。您可能会翻阅“设置”以查看是否有配置此行为的方法,或者联系设备制造商以获得支持。

The tablet is a HannsPad Titan2 13.3 inches.

下次买个好一点的牌子。

It this does not work at least with mirroring, how can we be expected to start tinkering with the presentation API?

购买不同的平板电脑。请注意,(微型)HDMI 连接器似乎不太常见,但某些平板电脑可能也支持 MHL 或 SlimPort。

或者,在“设置”>“开发者选项”中,选择 "Simulate secondary display" 给自己一个浮动的 window,用作 Presentation 可以驱动的假外部显示器(except perhaps on Android O ).出于开发目的,这适用于光测试。

So we are looking for confirmation from other coders that the setup is at least physically been done and tested at least once.

我从来没有用过那个平板电脑。但是,Presentation API 工作正常。例如,我昨天刚刚更新 my CWAC-Presentation library,部分测试包括在通过微型 HDMI 连接器连接到微型投影仪的 Nexus 10 上试用我的演示应用程序。