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;