BimmerGestalt / IDriveConnectAddons

Ideas for new features using the IDrive Connected Apps protocol
MIT License
64 stars 25 forks source link

Screen Mirror - Full screen #3

Closed ccotyc closed 2 years ago

ccotyc commented 2 years ago

Hello, Is there a way to enable screen mirror to display full screen navigation? Now it runs in a window, about 66% of the navigation screen . Regards,

hufman commented 2 years ago

Full screen mirroring display is not currently implemented. It would be possible to apply some negative padding, similar to how the AAIdrive's custom map module does it, except the car will continue drawing some UI elements on top which I felt would interfere with mirroring, and so I opted to not include support at this time.

ccotyc commented 2 years ago

It's true that the car draws in the top, only in the upper right corner - the phone signal, the music source and the time. They are small anyway, and would not interfere too much with the image of the phone compared to having a full screen image. Also, the car draw the red arrow on the left from the back menu. It's a very useful application, with its addons, the way it works impressed me! Great job done!

dancadar commented 2 years ago

Isn't it a way to trigger a true full screen, like when it's playing a video?

hufman commented 2 years ago

The screen mirroring support reuses an existing app structure and its image widget, so it is not able to trigger IDrive's video playback mode.

bogdan-calapod commented 2 years ago

I think this can be closed, as the latest screen mirroring addon has a large display by default ?

hufman commented 2 years ago

I suppose that's true! f4347f2 implemented this, as much as is possible.