Advanced Search
Search Results
1387 total results found
Traveo2 NoOS BSP: Prerequisites
Hardware: Infineon Traveo II CGI Studio has been tested on Infineon Traveo II (CYTVII-C-2D-6M-500-BGA CPU REV-B) board and Infineon Traveo II (CYTVII-C-2D-4M-216 CPU REV-A) board . CMake In order to build Candera, the Meta build system CMake needs to be ins...
Traveo2 AUTOSAR BSP: Prerequisites
Hardware: Infineon Traveo II CGI Studio has been tested on Infineon Traveo II (custom 4M) board . CMake In order to build Candera, the Meta build system CMake needs to be installed with at least version mentioned here.CMake makes it possible to create the c...
Running the CGI Player Demo Application on Traveo2
Download the Application To download and debug the application you need a Green Hills probe (or IAR Systems I-jet probe) that is configured accordingly for your Infineon Traveo II board. Executable Application Green Hills In MULTI launcher select "...
Running the CGI CourierSampleAppLight Demo Application on Traveo2
Download the Application To download and debug the application you need a Green Hills probe (or IAR Systems I-jet probe) that is configured accordingly for your Infineon Traveo II board. Executable Application Green Hills In MULTI launcher select "...
Building Own Application for Traveo2
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...
Useful Hints and Recommendations
Setting for tasks In CMake you have the possibility to set the size and the location of the memory for the command queues and also the COPSes reserved for that task. Additionally, you can set the memory location for the frame buffers (in case they exist in th...
SceneComposer Usability Improvements
Easy Mode Generator A configuration file will allow the user to set values that will overwrite the default value from the ApplicationConfig file when SceneComposer starts. This file can be generated by using the "SceneComposerConfigurator.exe". In this way,...
Candera/FeatStd CMake Build System Changes
Added flags: Name Description Possible values MONITOR_FRAME_DEBUGGER_ENABLED Enables basic frame debugger (frame timeline capture, single step mode, no OpenGL specific features). ON/OFF MONITOR_FRAME_DEBUGGER_OPENGL_CAPTURE_ENABLED ...
Candera Engine 3D
Uniformbuffers for Light and Material Candera Light and Material parameters are now passed as uniform buffers to shaders whenever possible. The Candera reference shader include files have been updated so that any existing shader using Candera's Light and/or M...
Traveo 2 Sample
Summary This solution is a sample of a cluster that can be executed on Traveo II and is meant to showcase some of Traveo II's new functionality. Purpose This solution allows you to see how various Traveo II features work in conjunction to form a cluster sam...
Wayland Linux BSP: Prerequisites
Hardware: Raspberry Pi 5 Board CGI Studio has been tested on the Raspberry Pi 5 Board. CMake In order to build Candera, the Meta build system CMake needs to be installed with at least version mentioned here. CMake is able to create the cross compilation ma...
Running the CGI Player Demo Application on Linux with a Wayland Display Server
Copy the application and the asset to the target in /home/root folder. This can be done by copying the filed to the SD card containing the file system or via ssh (scp). Logging Output and Key Input Use TeraTerm or another terminal software to connect to the ...
Building Own Application for Linux with a Wayland Display Server
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 Player, follow be...
Candera Engine 2D
Custom Effect Set It is now possible to configure the list of Effects needed from an external source. For information on how to integrate this feature please refer to Custom Effect Set. New 2D Animation Property Setters New animation property sett...
Candera Base
Dynamic Properties: Code Size Reduction New macros have been introduced to reduce the code size by moving dynamic property code to implementation files. The new macros are used already in Layouter classes. See also: CdaDynamicPropertiesDeclaration and...
Candera Scripting
Lua Update Lua has been updated to version 5.3.4.
Candera System
Screenshot-Tool Candera has a tool to create screenshots now. It is currently only available when 3D is enabled and OpenGL (ES) 3.0 is in use. The screenshot tool has an event listener which will be fired as soon as the screenshot is done. For more advanced u...
Candera Device
RenderTarget events RenderTarget now supports attaching listeners for catching events before and after SwapBuffers is called. RenderDevice::ActivateShader deprecated RenderDevice::ActivateShader has been deprecated. Renderer::ActivateShader shall ...