leon 1 ay önce
ebeveyn
işleme
2d395c70d1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/nodes/httpPush/httpPush.cpp

+ 1 - 1
src/nodes/httpPush/httpPush.cpp

@@ -19,7 +19,7 @@ void HttpPushNode::work()
             }
             printf("Node %s get data from %s\n", name_.c_str(), input_buffer.first.c_str());
             // do something
-            cv::Mat image = metaData->image;
+            cv::Mat image = metaData->draw_image;
             std::string image_name = getTimeString() + ".jpg";
             cv::imwrite(image_name, image);
         }