|
@@ -48,7 +48,6 @@ void HttpPushNode::work()
|
|
|
|
|
|
if (!metaData->depth.empty())
|
|
|
{
|
|
|
- get_color_depth(metaData->depth);
|
|
|
std::string depth_name = "result/" + metaData->from + "_depth_" + getTimeString() + ".jpg";
|
|
|
cv::imwrite(depth_name, get_color_depth(metaData->depth));
|
|
|
}
|