Skip to main content

AVxcelerate Sensors Simulator API 2025 R1

vss::simulation::DisplayInformation Struct Reference

Last update: 14.01.2025

Defines the display settings of a camera sensor. More...

Collaboration diagram for vss::simulation::DisplayInformation:

Public Attributes

TopLeftCornerPosition top_left_corner_position = 1
 
bool display_only = 2
 

Detailed Description

Defines the display settings of a camera sensor.

Member Data Documentation

◆ top_left_corner_position

TopLeftCornerPosition vss::simulation::DisplayInformation::top_left_corner_position = 1

Describes the position of the top left corner of the rendering window.

◆ display_only

bool vss::simulation::DisplayInformation::display_only = 2

Activation of the Display Only mode.

When the Display Only mode is activated (parameter set to true), the camera data are only displayed in the rendering window. No data is recorded (neither in the shared memory nor dumped on disk) and the recording_format parameter is ignored.

When the Display Only mode is off (parameter set to false, which is the default value), camera output data are both generated in shared memory and displayed in the rendering window.

Default value: false


The documentation for this struct was generated from the following file:
  • simulation_parameters.proto

Connect with Ansys