Searched defs:EmulatedCameraDesc (Results 1 – 1 of 1) sorted by relevance
55 struct EmulatedCameraDesc { struct56 int width; // Camera output width in pixels57 int height; // Camera output height in pixels58 std::string path; // Path to the directory where source files are stored59 std::chrono::nanoseconds interval; // Interval between two consecutive frames; this is