You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
<structname="VideoStreamingCapability">
:
<paramname="diagonalScreenSize"type="Float"mandatory="false">
<description>The diagonal screen size in inches.</description>
</param>
<paramname="pixelPerInch"type="Float"mandatory="false">
<description>PPI is the diagonal resolution in pixels divided by the diagonal screen size in inches.</description>
</param>
<paramname="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
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:
In case
HMI responds GetCapabilities, GetSystemCapability with invalid values for
diagonalScreenSize
,pixelPerInch
,scale
parametersSDL must
send a response to mobile application with default value from HMI_capabilities.json file
Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: