googlevr / gvr-android-sdk

Google VR SDK for Android
http://developers.google.com/vr/android/
Other
3.28k stars 1.28k forks source link

When HDMI output connected, smartphone screen is disabled #552

Closed mandarinPredator closed 6 years ago

mandarinPredator commented 6 years ago

Hello, I want to test my app with hdmi output (with dp usb3.0). When I attach HDMI output cable to smartphone, HDMI output works. But smart phone screen is disabled. If I want to see both side screen, How can I fix my applications? Is there any API for this?

Thanks.

jdduke commented 6 years ago

There's no API to do this unfortunately. The problem is that the external Display can have different dimensions than the phone Display, so it doesn't always make sense to try to mirror the displays. Can I ask why exactly you need the phone screen functional in this case?

sigmaxipi commented 6 years ago

What are you trying to show on the TV? Would Daydream + Cast do what you want?