rrirower / DP2SceneGraphWizard

Direct Publisher to SceneGraph wizard.
MIT License
15 stars 1 forks source link

UI Resolution vs TV Resolution #60

Closed mkammes closed 7 months ago

mkammes commented 7 months ago

Describe the bug Channel navigation created by DP2ScreenGraphWizard is left justified with empty gaps above, below, and to the right of the UI on a UHD screen. It appears to be a 720/1080 image within a UHD screen, left justified.

To Reproduce Steps to reproduce the behavior:

  1. Wizard--Generate Manifest---UI Resolutions.
  2. I select hd and/or fhd. I can confirm the manifest files does correctly show the ui resolutions are set to hd and fhd.

Expected behavior I'd expect a UHD option in the wizard (I don't think this is possible; hd scales to fit an fhd screen, yeah?) or Scaling of the UI to fill the UHD screen.

tl;dr: the UI should fill the screen.

Screenshots https://photos.app.goo.gl/QUuoA2oRfswaryjD9

Version number: 1.0.0.0-alpha-9, although the manifest file says alpha-8 was used

Additional context Thanks for all of your work!

*update: The Roku Ultra is set to output UHD to the TV, and I can confirm the sideloaded channel remains at UHD. If I force the Roku to connect at 1080, the channel UI looks the same as UHD. If I force the Roku to connect at 720, the channel UI looks good.

**update: In Roku Advanced Layout Editor (RALE) I can tweak the MainScreen---GridScreen---Scale from {object} to something like 1.25, but I don't know how that will affect when it's displayed on HD/FHD screens.

***update: could the SceneGraph XML layouts be set to absolute values rather than relative?

mkammes commented 7 months ago

Fixed. fhd cannot be selected in the wizard. if hd is selected, scaling works as expected.