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