leon 1 month ago
parent
commit
d2fa6b6b83
1 changed files with 0 additions and 1 deletions
  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;