|
@@ -255,6 +255,8 @@ public class ToInfraredServiceImpl extends BaseServiceImpl<ToInfraredMapper, ToI
|
|
startToInfraredTask.setSource_dir(toInfrared.getInputPath());
|
|
startToInfraredTask.setSource_dir(toInfrared.getInputPath());
|
|
startToInfraredTask.setResult_dir(toInfrared.getOutputPath());
|
|
startToInfraredTask.setResult_dir(toInfrared.getOutputPath());
|
|
|
|
|
|
|
|
+ startToInfraredTask.setBizType(BizConstant.BizType.TO_INFRARED);
|
|
|
|
+
|
|
HttpResponseEntity responseEntity = sendPostMsg(algorithmConfigTrack.getAlgorithmAddress(), startToInfraredTask);
|
|
HttpResponseEntity responseEntity = sendPostMsg(algorithmConfigTrack.getAlgorithmAddress(), startToInfraredTask);
|
|
if (ObjectUtil.isNotNull(responseEntity) && responseEntity.getStatus() == 200) {
|
|
if (ObjectUtil.isNotNull(responseEntity) && responseEntity.getStatus() == 200) {
|
|
toInfrared.setStatus(BizConstant.VideoStatus.RUNNING);
|
|
toInfrared.setStatus(BizConstant.VideoStatus.RUNNING);
|