Advanced Search
Search Results
25 total results found
Running the Player Demo Application on R-Car H3 Integrity
Asset An asset (statically linked) has been pre-built and is located here: [...]/cgi_studio_courier_apps/src/CourierSampleApp/Assets/AssetLibCff_RCarH3_Integrity_Target.bin Asset loading from file system (if required) Note: Applica...
Activating Additional Behaviors for Player
To include the behaviors part of CGI Studio in the Player, simple enable the CMake option CGIAPP_ENABLE_ADDITIONAL_BEHAVIORS before generating the CGI Application solution with CMake. The CMake option CGIAPP_ADDITIONAL_BEHAVIOR_PATH is already preconfigured ...
Running the CGI CourierSampleAppLight Demo Application on RZA1H
Download the Application To download and debug the application you need Renesas e2 Studio, a sample project and a J-Link probe. Include "cgi_studio_courier_apps\src\CourierSampleAppLight\AppPlatform\Target_FreeRTOS_ARM\SampleAppConnector.h" in the main.c og ...
Building Own Application for the RZA1H
Generate Makefiles with CMake For general information about CGI Studio Build System and CMake properties available to configure Candera applications refer to CGI Studio Build System. To configure and generate makefiles for compiling the CGI CourierSampleAppL...
MixedReality Solution
Purpose This sample shows how to use the AR controls introduced in CGI Studio 3.8: Navigation Path Points of Interest Video Streaming Summary can be used to switch between three scenes: 2D streaming: Tests if GStreamer is working...
Building Own Application for R-Car D3 Custom Integrity
Generate Makefiles with CMake For general information about CGI Studio Build System and CMake properties available to configure Candera applications refer to CGI Studio Build System. To configure and generate makefiles for compiling the Player, follow below ...
Building Own Application for R-Car D3 Draak Integrity
Generate Makefiles with CMake For general information about CGI Studio Build System and CMake properties available to configure Candera applications refer to CGI Studio Build System. To configure and generate makefiles for compiling the Player, follow below ...
Building Own Application for R-Car H3 Integrity
Integrity base folders Integrity OS: C:/ghs/int1144/multivisor MULIT + compiler: C:/ghs/comp_201714 CMAKE source path [...]/cmake/Apps/Courier/CourierSampleApp CMAKE configuration & generation use generator for "Mi...
Building Own Application for iMX6 Linux
Compile Tool Chain Preparations For instructions how to install the toolchain please refer to the Yocto Project's Quickstart and Application Developer's Guide. To add the header and lib directories to your path, you might have to call a script to set your en...
Building Own Application for iMX6 Integrity
Compile Tool Chain Preparations Make sure to install the tool chain as described in iMX6 Integrity Prerequisites Generate Makefiles with CMake For general information about CGI Studio Build System and CMake properties available to configure Cander...
CourierSampleApp
System Requirements This document mandates adherence to the Android Application Development Environment Setup Guide, as a prerequisite for system compliance. By following these steps, you should have a consistent and well-configured development environment f...
Building Player and Widgets
Building Player and Widgets The Player executable used by CGI Panel collects following components: Candera Engine including Candera Device Platform Player as a demo application for loading assets and displaying / manipulating content: <cgi_studio_ro...
Customizing Widgetset Generation
Customizing Widgetset Generation For adding your own behaviors and widgets to the default widget set, it is required to specify them in the widget set definition (WidgetSet.cpp), which is finally accessed by SceneComposer to provide all exported behaviors and...
Configuring and Loading an Animation
Candera Animation Concept The following key concepts are required to run animations in a Candera application: Candera::Animation::AnimationPlayer provides the control interfaces (use Candera::Animation::AnimationGroupPlayer for animation groups) Can...
Building CGI Panel
The CGI Panel is a C# project which provides a graphical interface which supports the control of scenes and animations by managing the flow of the Player. Building CGI Panel Usually there is no need to build the CGI Panel on your own, since the executable i...
Application Structure
Introduction This section gives a rough information of how this application is set up and where to find what. Main folder structure The main folder shown here is <cgi-studio-root>/cgi_studio_player/src.It contains the C++ core application, the C#-CGIPanel f...
Vertex Geometry Builder
Description The Candera::VertexGeometryBuilder class helps effectively build Candera::VertexGeometry objects. Procedural Geometry Example: Wireframe Cube with LineList First example shows how to generate a wireframe cube using a Candera::LineList obje...
Courier Sample App
Description In this tutorial, a SampleApp application is created to explain the main building blocks of a Courier application. Among others, the following use cases will be implemented step-by-step: Upon Courier::StartupMessage, the application will ...