MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / as_string

Method as_string

OpenHD/ohd_video/inc/camera.hpp:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 int height_px;
277 int fps;
278 std::string as_string() const {
279 std::stringstream ss;
280 ss << width_px << "x" << height_px << "@" << fps;
281 return ss.str();
282 }
283};
284
285struct XCamera {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected