#20230529 欣影管理平台拍照时间表代码

master
18616268358 2 years ago
parent b427bb9e93
commit 5637aad33a

@ -27,7 +27,7 @@ public class TerminalVideoServiceImpl implements TerminalVideoService {
@Override
public ServiceBody<String> updateVideoParam(VideoParamsVo vo) {
String cmd = Constants.CMD + "videoparams --flag=1 --cmdid=" + vo.getCmdId() + " --channel=" + vo.getChannelId() + " --format=" +
vo.getFormat() + " --time=" + vo.getTime()+" --preset="+vo.getPreset();
vo.getVideoFormat() + " --time=" + vo.getVideoTime()+" --preset="+vo.getPreset();
ProcessExecUtils.exec(cmd);
return Asserts.success("修改完成");
}

Loading…
Cancel
Save