mavsdk::Camera::Information Struct Reference
#include: camera.h
Type to represent a camera information.
Data Fields
std::string vendor_name {} - Name of the camera vendor.
std::string model_name {} - Name of the camera model.
Field Documentation
vendor_name
std::string mavsdk::Camera::Information::vendor_name {}
Name of the camera vendor.
model_name
std::string mavsdk::Camera::Information::model_name {}
Name of the camera model.