leon 1 개월 전
부모
커밋
d2fa6b6b83
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/nodes/stream/streamNode.cpp

+ 0 - 1
src/nodes/stream/streamNode.cpp

@@ -28,7 +28,6 @@ void StreamNode::work()
             printf("Skip frame %d\n", frame_count_);
             continue;
         }
-        printf("%dx%d\n", frame.cols, frame.rows);
         if (frame.empty())
         {
             std::cerr << "Error: cannot read frame" << std::endl;