Commit ee6c1bdfba049b8c08454d001b9176992b65a05a

Authored by Hu Chunming
1 parent c251e168

删除注释;修改可用摄像头

src/decoder/interface/DecoderManager.cpp
... ... @@ -234,7 +234,7 @@ void DecoderManager::closeAllFinishedDecoder()
234 234 }
235 235 else
236 236 {
237   - LOG_INFO("task {} is running", iter->first);
  237 + // LOG_INFO("task {} is running", iter->first);
238 238 iter++ ;
239 239 }
240 240 }
... ...
src/demo/demo.cpp
... ... @@ -1074,7 +1074,7 @@ string createTask_dvpp28181(void *handle, std::vector<algorithm_type_t> algor_ve
1074 1074 tparam.ipc_url = "34020000001310000001";
1075 1075 break;
1076 1076 case 2:
1077   - tparam.ipc_url = "34020000001310000201";
  1077 + tparam.ipc_url = "34020000001320000166";
1078 1078 break;
1079 1079 case 3:
1080 1080 tparam.ipc_url = "32120200002160000077";
... ...