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

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

@@ -38,6 +38,7 @@ public:
         {
             cv::Mat frame;
             cap >> frame;
+            printf("%dx%d\n", frame.cols, frame.rows);
             if (frame.empty())
             {
                 std::cerr << "Error: cannot read frame" << std::endl;