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 513b3b7 commit 2123c78Copy full SHA for 2123c78
examples/mixed/frame_sync.cpp
@@ -108,7 +108,7 @@ int main() {
108
dai::Device device(pipeline);
109
110
device.setLogOutputLevel(dai::LogLevel::INFO);
111
-
+ device.setLogLevel(dai::LogLevel::INFO);
112
std::vector<std::string> names{"rgb", "disp"};
113
std::map<std::string, std::shared_ptr<dai::DataOutputQueue>> streams;
114
for(auto& name : names) {
0 commit comments