We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc60f9c commit b080bafCopy full SHA for b080baf
examples/mixed/frame_sync.cpp
@@ -107,7 +107,7 @@ int main() {
107
108
dai::Device device(pipeline);
109
110
- device.setLogOutputLevel(dai::LogLevel::INFO)
+ device.setLogOutputLevel(dai::LogLevel::INFO);
111
112
std::vector<std::string> names{"rgb", "disp"};
113
std::map<std::string, std::shared_ptr<dai::DataOutputQueue>> streams;
0 commit comments