leon 2 달 전
부모
커밋
b3d32ab1cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.cpp

+ 1 - 1
src/main.cpp

@@ -25,7 +25,7 @@ void test_depth()
     draw_node->start();
     infer_node->start();
     src_node0->start();
-    std::this_thread::sleep_for(std::chrono::seconds(1000));
+    std::this_thread::sleep_for(std::chrono::seconds(10));
 }
 
 void test_yolo()