Skip to main content

AVxcelerate Sensors Simulator API 2023 R2

vss::simulation::DisplayInformation Struct Reference

Last update: 16.07.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

◆ display_only

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

The parameter to indicate if the camera is in Display Only mode.

When setting this parameter 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 setting this parameter to false, camera data are both generated in shared memory and displayed in the rendering window.

Note
By default, this parameter is set to false.

◆ 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.


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

Connect with Ansys