Viam C++ SDK current
Loading...
Searching...
No Matches
Variables
MIME type constants.

Variables

constexpr const char viam::sdk::kMimeTypeJPEG [] = "image/jpeg"
 
constexpr const char viam::sdk::kMimeTypePNG [] = "image/png"
 
constexpr const char viam::sdk::kMimeTypeViamDep [] = "image/vnd.viam.dep"
 
constexpr const char viam::sdk::kMimeTypePCD [] = "pointcloud/pcd"
 

Detailed Description

Well-known MIME type constants. A subset of https://github.com/viamrobotics/rdk/blob/main/utils/mime.go

Remarks
For now this just includes image types that can be returned from Camera components, but other constants should be added here if needed.