Config and startup example¶
This example demonstrates how you can configure several applications so that they start and connect.
To start the Kanzi VR example application, use either the Kanzi VR Launcher or the Kanzi Studio Preview.
See Starting all virtual environment processes and Starting a streaming application in the Kanzi Studio Preview.
Configuration file¶
The path to the configuration file:
<Kanzi VR Package>\configurations\example_virtual_environment.yaml
See Configuring virtual environments.
The example configuration file defines:
The kzb files to start:
Content for the receiving application comes from the
exampledashboard.kzb
.Stream sending is done by the
StreamSenderExample.kzb
andfirst_application.kzb
.
Cluster, HUD, and IVI stream.
All streams originate from the local computer.
The ports for Cluster, HUD, and IVI streams are
9072
,9072
, and9073
respectively.
Using the Kanzi Studio Preview with the example¶
To use the Kanzi Studio Preview with the example:
Start the processes using the guidance from the previous section.
Close the process that you want to see in the Kanzi Studio Preview.
Load the project into Kanzi Studio and start the Preview.
Now the project is visible in Kanzi Studio for live editing and you can see the edits in other running applications.
To learn how to use the example with VR hardware, see Using virtual environments.
To learn how to setup Kanzi Studio for Kanzi VR, see Setting up the Kanzi Studio Preview.