mavsdk::CameraServer::VideoStreaming Struct Reference ​
#include: camera_server.h
Type to represent video streaming settings.
Data Fields ​
bool has_rtsp_server {} - True if the capture was successful.
std::string rtsp_uri {} - RTSP URI (e.g. rtsp://192.168.1.42:8554/live)
Field Documentation ​
has_rtsp_server ​
cpp
bool mavsdk::CameraServer::VideoStreaming::has_rtsp_server {}
True if the capture was successful.
rtsp_uri ​
cpp
std::string mavsdk::CameraServer::VideoStreaming::rtsp_uri {}
RTSP URI (e.g. rtsp://192.168.1.42:8554/live)