leon 1 tháng trước cách đây
mục cha
commit
ddc0c5171a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;