Visualization
Message representing the visuals configuration of the RTSP video stream
Field | Type | Default | Unit |
---|---|---|---|
frame |
- |
- |
|
frame configuration |
Color
RGB color used for coloring various elements and objects inside RTSP video frame
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.
Field | Type | Default | Unit |
---|---|---|---|
background |
- |
- |
|
color used to mark background point |
|||
foreground |
- |
- |
|
color used to mark foreground point - gray |
|||
rotation |
- |
- |
|
clockwise rotation value applied to the frame |
Rotation
Defines the clockwise rotation value for the frame in the video stream
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 |