Skip to content

Commit 2123c78

Browse files
author
Matevz Morato
committed
Both log levels need to be set
1 parent 513b3b7 commit 2123c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mixed/frame_sync.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ int main() {
108108
dai::Device device(pipeline);
109109

110110
device.setLogOutputLevel(dai::LogLevel::INFO);
111-
111+
device.setLogLevel(dai::LogLevel::INFO);
112112
std::vector<std::string> names{"rgb", "disp"};
113113
std::map<std::string, std::shared_ptr<dai::DataOutputQueue>> streams;
114114
for(auto& name : names) {

0 commit comments

Comments
 (0)