adas_viewer_type_t

Updated: April 19, 2023

Supported types of viewers of the ADAS library

Synopsis:

#include <adas/adas_api.h>
typedef enum {
    ADAS_VIEWER_NONE = 0,
    ADAS_VIEWER_CAMERA,
    ADAS_VIEWER_POINT_CLOUD,
    ADAS_VIEWER_OVERLAY,
    ADAS_VIEWER_NATIVE_CAMERA
} adas_viewer_type_t;

Data:

ADAS_VIEWER_NONE
For internal use only; do not use.
ADAS_VIEWER_CAMERA
A viewer to display video from cameras.
ADAS_VIEWER_POINT_CLOUD
A viewer to display point cloud data from sensors.
ADAS_VIEWER_OVERLAY
A viewer to overlay graphics and texts over other viewers.
ADAS_VIEWER_NATIVE_CAMERA
A viewer that does software composition of camera and overlay objects.

Library:

libadas