Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/Pixel density and scale #113

Open
KhrystynaDubovyk opened this issue Nov 20, 2018 · 0 comments
Open

Feature/Pixel density and scale #113

KhrystynaDubovyk opened this issue Nov 20, 2018 · 0 comments

Comments

@KhrystynaDubovyk
Copy link
Contributor

KhrystynaDubovyk commented Nov 20, 2018

GetCapabilities GetSystemCapability (<videoStreamingCapability>)

Description:

As a navigation application I want to stream video and have good screen resolution.

Detailed description:

Mobile & HMI API changes

Change the VideoStreamingCapability struct in both API's to include the additional parameters:

<struct name="VideoStreamingCapability">
: 
<param name="diagonalScreenSize" type="Float" mandatory="false">
 <description>The diagonal screen size in inches.</description>
</param>
<param name="pixelPerInch" type="Float" mandatory="false">
 <description>PPI is the diagonal resolution in pixels divided by the diagonal screen size in inches.</description>
</param>
<param name="scale" type="Float" mandatory="false">
  <description>The scaling factor the app should use to change the size of the projecting view.</description>
</param>
</struct>

In case
HMI responds GetCapabilities, GetSystemCapability with invalid values for diagonalScreenSize, pixelPerInch, scale parameters

SDL must
send a response to mobile application with default value from HMI_capabilities.json file

Diagram:

N/A

Links:

@IGapchuk IGapchuk changed the title Pixel density and Scale Feature/Pixel density and scale Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant