Visualization

Message representing the visuals configuration of the RTSP video stream

Table 1. Available fields in blickfeld.video.config.Visualization
Field Type Default Unit

frame

Frame

-

-

frame configuration

camera

Camera

-

-

camera configuration

Color

RGB color used for coloring various elements and objects inside RTSP video frame

Table 2. Available fields in blickfeld.video.config.Visualization.Color
Field Type Default Unit

red

float

-

-

The amount of red in the color as a value in the interval [0, 1].

green

float

-

-

The amount of green in the color as a value in the interval [0, 1].

blue

float

-

-

The amount of blue in the color as a value in the interval [0, 1].

alpha

float

-

-

The alpha channel (transparency) in the interval [0, 1]. 0 means transparent

Frame

Visual configuration of point cloud frame. Element coloring can be disabled by unsetting the corresponding color.

Table 3. Available fields in blickfeld.video.config.Visualization.Frame
Field Type Default Unit

background

Color

-

-

color used to mark background point

foreground

Color

-

-

color used to mark foreground point - gray

rotation

Rotation

-

-

clockwise rotation value applied to the frame

Camera

Configuration of the camera

Table 4. Available fields in blickfeld.video.config.Visualization.Camera
Field Type Default Unit

position

base.geometry.Vector3

-

-

camera position - where camera is located

target

base.geometry.Vector3

-

-

camera target - target at which camera looks

Rotation

Defines the clockwise rotation value for the frame in the video stream

Table 5. Available values for blickfeld.video.config.Visualization.Rotation enum
Name Value Description

ROTATION_UNSPECIFIED

0

no video frame rotation

ROTATION_90

1

rotate video frame 90 degrees

ROTATION_180

2

rotate video frame 180 degrees

ROTATION_270

3

rotate video frame 270 degrees