|
@@ -7,6 +7,7 @@ import cn.hutool.core.util.StrUtil;
|
|
import cn.hutool.core.util.ZipUtil;
|
|
import cn.hutool.core.util.ZipUtil;
|
|
import cn.hutool.extra.qrcode.QrCodeUtil;
|
|
import cn.hutool.extra.qrcode.QrCodeUtil;
|
|
import cn.hutool.extra.qrcode.QrConfig;
|
|
import cn.hutool.extra.qrcode.QrConfig;
|
|
|
|
+import cn.hutool.http.ContentType;
|
|
import cn.hutool.http.HttpUtil;
|
|
import cn.hutool.http.HttpUtil;
|
|
import com.alibaba.fastjson.JSON;
|
|
import com.alibaba.fastjson.JSON;
|
|
import com.alibaba.fastjson.JSONArray;
|
|
import com.alibaba.fastjson.JSONArray;
|
|
@@ -15,6 +16,7 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
|
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;
|
|
import com.fdkankan.common.constant.*;
|
|
import com.fdkankan.common.constant.*;
|
|
import com.fdkankan.common.util.FileUtils;
|
|
import com.fdkankan.common.util.FileUtils;
|
|
|
|
+import com.fdkankan.contro.bean.SyncLaserResultBean;
|
|
import com.fdkankan.contro.constant.UserEditDataType;
|
|
import com.fdkankan.contro.constant.UserEditDataType;
|
|
import com.fdkankan.contro.entity.*;
|
|
import com.fdkankan.contro.entity.*;
|
|
import com.fdkankan.contro.mq.service.IBuildSceneService;
|
|
import com.fdkankan.contro.mq.service.IBuildSceneService;
|
|
@@ -38,6 +40,7 @@ import com.fdkankan.redis.util.RedisUtil;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.apache.commons.lang3.ObjectUtils;
|
|
import org.apache.commons.lang3.ObjectUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
+import org.apache.http.HttpHeaders;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.cloud.context.config.annotation.RefreshScope;
|
|
import org.springframework.cloud.context.config.annotation.RefreshScope;
|
|
@@ -74,12 +77,6 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
@Value("${model.type:#{null}}")
|
|
@Value("${model.type:#{null}}")
|
|
private String modelType;
|
|
private String modelType;
|
|
|
|
|
|
- @Value("${model.modelKind:3dtiles}")
|
|
|
|
- private String modelKind;
|
|
|
|
-
|
|
|
|
- @Value("#{'${model.3dtiles.sceneSource:}'.split(',')}")
|
|
|
|
- private List<Integer> sdTilesSceneSourceList;
|
|
|
|
-
|
|
|
|
@Value("${env:gn}")
|
|
@Value("${env:gn}")
|
|
private String env;
|
|
private String env;
|
|
|
|
|
|
@@ -89,9 +86,6 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
@Value("4dkk.laserService.bucket")
|
|
@Value("4dkk.laserService.bucket")
|
|
private String laserBucket;
|
|
private String laserBucket;
|
|
|
|
|
|
- @Value("${4dkk.laserService.dir}")
|
|
|
|
- private String laserDir;
|
|
|
|
-
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private RabbitMqProducer mqProducer;
|
|
private RabbitMqProducer mqProducer;
|
|
|
|
|
|
@@ -140,6 +134,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
private ISceneBuildProcessLogService sceneBuildProcessLogService;
|
|
private ISceneBuildProcessLogService sceneBuildProcessLogService;
|
|
@Autowired
|
|
@Autowired
|
|
private ISceneColdStorageService sceneColdStorageService;
|
|
private ISceneColdStorageService sceneColdStorageService;
|
|
|
|
+ @Autowired
|
|
|
|
+ private IWbService wbService;
|
|
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
@@ -212,6 +208,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
ext.put("128G", 1);
|
|
ext.put("128G", 1);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ message.setBizType("standard");
|
|
|
|
+
|
|
log.info("场景计算资源准备结束,场景码:{}", message.getSceneNum());
|
|
log.info("场景计算资源准备结束,场景码:{}", message.getSceneNum());
|
|
|
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
@@ -255,16 +253,18 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
.set(ScenePlus::getSceneStatus, SceneStatus.FAILD.code())
|
|
.set(ScenePlus::getSceneStatus, SceneStatus.FAILD.code())
|
|
.eq(ScenePlus::getNum, sceneCode));
|
|
.eq(ScenePlus::getNum, sceneCode));
|
|
|
|
|
|
|
|
+ wbService.sendMq(sceneCode, CommonSuccessStatus.FAIL.code());
|
|
|
|
+
|
|
// 发送钉钉消息,计算失败
|
|
// 发送钉钉消息,计算失败
|
|
buildSceneDTService.handModelFail("计算失败", message.getPath(), sceneCode, message.getHostName());
|
|
buildSceneDTService.handModelFail("计算失败", message.getPath(), sceneCode, message.getHostName());
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- JSONObject fdageData = getFdageData(path + File.separator + "capture" +File.separator+"data.fdage");
|
|
|
|
|
|
+ JSONObject fdageData = commonService.getFdageData(path + File.separator + "capture" +File.separator+"data.fdage");
|
|
|
|
|
|
ScenePlus scenePlus = scenePlusService.getScenePlusByNum(sceneCode);
|
|
ScenePlus scenePlus = scenePlusService.getScenePlusByNum(sceneCode);
|
|
|
|
|
|
Integer cameraType = Integer.parseInt(message.getBuildContext().get("cameraType").toString());
|
|
Integer cameraType = Integer.parseInt(message.getBuildContext().get("cameraType").toString());
|
|
- Map<String, String> uploadFiles = getUploadFiles(scenePlus,path,cameraType,fdageData);
|
|
|
|
|
|
+ Map<String, String> uploadFiles = commonService.getUploadFiles(scenePlus,path,cameraType,fdageData);
|
|
|
|
|
|
scenePlus.setPayStatus(PayStatus.PAY.code());
|
|
scenePlus.setPayStatus(PayStatus.PAY.code());
|
|
scenePlus.setUpdateTime(new Date());
|
|
scenePlus.setUpdateTime(new Date());
|
|
@@ -272,7 +272,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
|
|
|
Integer videoVersion = fdageData.getInteger("videoVersion");
|
|
Integer videoVersion = fdageData.getInteger("videoVersion");
|
|
//读取计算结果文件生成videosJson
|
|
//读取计算结果文件生成videosJson
|
|
- JSONObject videosJson = this.getVideosJson(path, videoVersion, sceneCode, cameraType);
|
|
|
|
|
|
+ JSONObject videosJson = commonService.getVideosJson(path, videoVersion, sceneCode, cameraType);
|
|
|
|
|
|
ScenePlusExt scenePlusExt = scenePlusExtService.getScenePlusExtByPlusId(scenePlus.getId());
|
|
ScenePlusExt scenePlusExt = scenePlusExtService.getScenePlusExtByPlusId(scenePlus.getId());
|
|
boolean isObj = fdageData.containsKey("exportMeshObj") && fdageData.getIntValue("exportMeshObj") == 1;
|
|
boolean isObj = fdageData.containsKey("exportMeshObj") && fdageData.getIntValue("exportMeshObj") == 1;
|
|
@@ -283,6 +283,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
log.info("开始上传场景计算结果数据,num:{}", sceneCode);
|
|
log.info("开始上传场景计算结果数据,num:{}", sceneCode);
|
|
//由于3dtiles算法mesh文件发生变化,所以这里需要先清除一下oss的mesh目录,避免存在旧算法obj文件
|
|
//由于3dtiles算法mesh文件发生变化,所以这里需要先清除一下oss的mesh目录,避免存在旧算法obj文件
|
|
fYunFileService.deleteFolder(String.format(UploadFilePath.DATA_VIEW_PATH, sceneCode) + "mesh");
|
|
fYunFileService.deleteFolder(String.format(UploadFilePath.DATA_VIEW_PATH, sceneCode) + "mesh");
|
|
|
|
+ fYunFileService.deleteFolder(String.format(UploadFilePath.IMG_VIEW_PATH, sceneCode) + ModelKind.THREE_D_TILE.code());
|
|
//上传文件
|
|
//上传文件
|
|
fYunFileService.uploadMulFiles(uploadFiles);
|
|
fYunFileService.uploadMulFiles(uploadFiles);
|
|
|
|
|
|
@@ -306,7 +307,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
commonService.uploadFloorplanJson(sceneCode, path);
|
|
commonService.uploadFloorplanJson(sceneCode, path);
|
|
|
|
|
|
//重置异步操作记录
|
|
//重置异步操作记录
|
|
- this.removeSceneAsynOperLog(sceneCode);
|
|
|
|
|
|
+ commonService.removeSceneAsynOperLog(sceneCode);
|
|
|
|
|
|
//清除用户编辑业务数据
|
|
//清除用户编辑业务数据
|
|
Set<String> bizs = new HashSet<>();
|
|
Set<String> bizs = new HashSet<>();
|
|
@@ -337,7 +338,15 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
|
|
|
if (cameraType == 14) {
|
|
if (cameraType == 14) {
|
|
//计算成功 激光转台相机 同步 请求
|
|
//计算成功 激光转台相机 同步 请求
|
|
- fdkkLaserService.syncBuildResult(scenePlus.getNum(), path, scenePlus.getCreateTime(), Calendar.getInstance().getTime(), scenePlusExt.getShootCount(), scenePlus.getPayStatus());
|
|
|
|
|
|
+ fdkkLaserService.syncBuildResult(
|
|
|
|
+ SyncLaserResultBean.builder()
|
|
|
|
+ .num(sceneCode).dataSource(path)
|
|
|
|
+ .sceneStatus(2)
|
|
|
|
+ .createTime(scenePlus.getCreateTime())
|
|
|
|
+ .shootCount(scenePlusExt.getShootCount())
|
|
|
|
+ .payStatus(scenePlus.getPayStatus())
|
|
|
|
+ .mixture(scenePlusExt.getMixture())
|
|
|
|
+ .version(SceneVersionType.V4.code()).build());
|
|
sceneEditControlsService.update(new LambdaUpdateWrapper<SceneEditControls>().set(SceneEditControls::getShowMap,0)
|
|
sceneEditControlsService.update(new LambdaUpdateWrapper<SceneEditControls>().set(SceneEditControls::getShowMap,0)
|
|
.eq(SceneEditControls::getEditInfoId,sceneEditInfo.getId()));
|
|
.eq(SceneEditControls::getEditInfoId,sceneEditInfo.getId()));
|
|
sceneEditControls.setShowMap(0);
|
|
sceneEditControls.setShowMap(0);
|
|
@@ -350,7 +359,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
CameraDetail cameraDetail = cameraDetailService.getByCameraId(scenePlus.getCameraId());
|
|
CameraDetail cameraDetail = cameraDetailService.getByCameraId(scenePlus.getCameraId());
|
|
Company company = !ObjectUtils.isEmpty(cameraDetail.getCompanyId()) ? companyService.getById(cameraDetail.getCompanyId()) : null;
|
|
Company company = !ObjectUtils.isEmpty(cameraDetail.getCompanyId()) ? companyService.getById(cameraDetail.getCompanyId()) : null;
|
|
//写scene.json
|
|
//写scene.json
|
|
- commonService.writeSceneJson(sceneCode, videosJson,sceneEditInfo, sceneEditInfoExt, sceneEditControls, scenePlus,scenePlusExt,company);
|
|
|
|
|
|
+ commonService.writeSceneJson(sceneCode,sceneEditInfo, sceneEditInfoExt, sceneEditControls, scenePlus,scenePlusExt,company);
|
|
|
|
|
|
String qrLogo = !ObjectUtils.isEmpty(company) && !ObjectUtils.isEmpty(company.getQrLogo()) ? company.getQrLogo() : null;
|
|
String qrLogo = !ObjectUtils.isEmpty(company) && !ObjectUtils.isEmpty(company.getQrLogo()) ? company.getQrLogo() : null;
|
|
|
|
|
|
@@ -376,10 +385,14 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
scenePlusExtService.updateById(scenePlusExt);
|
|
scenePlusExtService.updateById(scenePlusExt);
|
|
|
|
|
|
//国际环境需要发邮件通知
|
|
//国际环境需要发邮件通知
|
|
- if("eur".equals(env)){
|
|
|
|
- commonService.sendEmail(sceneCode);
|
|
|
|
|
|
+ if("eur".equals(env) &&
|
|
|
|
+ !scenePlus.getSceneSource().equals(SceneSource.JG.code()) &&
|
|
|
|
+ !scenePlus.getSceneSource().equals(SceneSource.SG.code())){
|
|
|
|
+ commonService.sendEmail(sceneCode, "standar");
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ wbService.sendMq(sceneCode, CommonSuccessStatus.SUCCESS.code());
|
|
|
|
+
|
|
log.info("场景计算结果处理结束,场景码:{}", sceneCode);
|
|
log.info("场景计算结果处理结束,场景码:{}", sceneCode);
|
|
|
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
@@ -394,26 +407,6 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- private void removeSceneAsynOperLog(String num){
|
|
|
|
- List<SceneAsynOperLog> list = sceneAsynOperLogService.list(new LambdaQueryWrapper<SceneAsynOperLog>().eq(SceneAsynOperLog::getNum, num));
|
|
|
|
- if(CollUtil.isEmpty(list)){
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
- //删除数据库记录
|
|
|
|
- List<Long> deleteIdList = list.parallelStream().map(item -> item.getId()).collect(Collectors.toList());
|
|
|
|
- sceneAsynOperLogService.removeByIds(deleteIdList);
|
|
|
|
-
|
|
|
|
- list.parallelStream().forEach(item -> {
|
|
|
|
- if(StrUtil.isNotEmpty(item.getUrl())){
|
|
|
|
- try {
|
|
|
|
- fYunFileService.deleteFile(item.getUrl());
|
|
|
|
- } catch (IOException e) {
|
|
|
|
- log.warn("删除oss全景图下载压缩包失败,key:{}", item.getUrl());
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
// private void cachePanorama(String dataSource, String num){
|
|
// private void cachePanorama(String dataSource, String num){
|
|
// String cachedImagesPath = String.format(ConstantFilePath.SCENE_CACHE_IMAGES, num);
|
|
// String cachedImagesPath = String.format(ConstantFilePath.SCENE_CACHE_IMAGES, num);
|
|
// //将全景图缓存到缓存目录
|
|
// //将全景图缓存到缓存目录
|
|
@@ -432,135 +425,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
// });
|
|
// });
|
|
// }
|
|
// }
|
|
|
|
|
|
- private Map<String, String> getUploadFiles(ScenePlus scenePlus,String path,Integer cameraType,JSONObject fdageData) throws Exception {
|
|
|
|
- if (ObjectUtils.isEmpty(scenePlus)) {
|
|
|
|
- throw new Exception("未找到场景信息:" + path);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- String projectNum = scenePlus.getNum();
|
|
|
|
-
|
|
|
|
- String dataViewPath = String.format(UploadFilePath.DATA_VIEW_PATH, projectNum);
|
|
|
|
- String imagesPath = String.format(UploadFilePath.IMG_VIEW_PATH, projectNum);
|
|
|
|
- String videoPath = String.format(UploadFilePath.VIDEOS_VIEW_PATH, projectNum);
|
|
|
|
- String resultsPath = path + File.separator + "results" + File.separator;
|
|
|
|
-
|
|
|
|
- String uploadData = FileUtils.readFile(resultsPath + "upload.json");
|
|
|
|
- JSONArray array = JSONObject.parseObject(uploadData).getJSONArray("upload");
|
|
|
|
-
|
|
|
|
- JSONObject fileJson = null;
|
|
|
|
- String fileName = "";
|
|
|
|
-
|
|
|
|
- Map<String, String> map = new HashMap();
|
|
|
|
|
|
|
|
- for (int i = 0; i < array.size(); ++i) {
|
|
|
|
- fileJson = array.getJSONObject(i);
|
|
|
|
- fileName = fileJson.getString("file");
|
|
|
|
- String filePath = resultsPath + fileName;
|
|
|
|
-
|
|
|
|
- if (!(new File(filePath)).exists()) {
|
|
|
|
- throw new Exception(filePath + "文件不存在");
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- if ("vision2.txt".equals(fileName)) {
|
|
|
|
- CreateObjUtil.convertTxtToVisionmodeldata(resultsPath + "vision2.txt", resultsPath + "vision2.modeldata");
|
|
|
|
- map.put(resultsPath + "vision2.modeldata", imagesPath + "vision2.modeldata");
|
|
|
|
- map.put(resultsPath + "vision2.txt", imagesPath + "vision2.txt");
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- if (fileJson.getIntValue("clazz") == 2) {
|
|
|
|
- map.put(filePath, imagesPath + ConstantFileName.modelUUID + "_50k_texture_jpg_high1/" + fileName.replace("tex/", ""));
|
|
|
|
- } else if (fileJson.getIntValue("clazz") == 3) {
|
|
|
|
- map.put(filePath, imagesPath + "pan/high/" + fileName.replace("high/", ""));
|
|
|
|
- } else if (fileJson.getIntValue("clazz") == 4) {
|
|
|
|
- map.put(filePath, imagesPath + "pan/low/" + fileName.replace("low/", ""));
|
|
|
|
- } else if (fileJson.getIntValue("clazz") == 5) {
|
|
|
|
- map.put(filePath, imagesPath + fileName);
|
|
|
|
- } else if (fileJson.getIntValue("clazz") == 7) {
|
|
|
|
- map.put(filePath, imagesPath + fileName);
|
|
|
|
- } else if (fileJson.getIntValue("clazz") == 10) {
|
|
|
|
- String updown = FileUtils.readFile(filePath);
|
|
|
|
- JSONObject updownJson = JSONObject.parseObject(updown);
|
|
|
|
- String mappingOssPath = String.format("scene_edit_data/%s/data/", projectNum) + fileName.replace("updown", "mapping");
|
|
|
|
- map.put(filePath, mappingOssPath);
|
|
|
|
- } else {
|
|
|
|
- if (fileJson.getIntValue("clazz") == 11 || fileJson.getIntValue("clazz") == 12) {
|
|
|
|
- map.put(filePath, videoPath + fileName.replace("videos/", ""));
|
|
|
|
- if (fileName.contains(".mp4")) {
|
|
|
|
- map.put(resultsPath + fileName.replace("mp4", "flv"), videoPath + fileName.replace("videos/", "").replace("mp4", "flv"));
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- if (fileJson.getIntValue("clazz") == 16) {
|
|
|
|
- map.put(filePath, dataViewPath + fileName);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- if (fileJson.getIntValue("clazz") == 18) {
|
|
|
|
- map.put(filePath, imagesPath + fileName);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- //exportMeshObj这个是字段由app写入的
|
|
|
|
- boolean genModel = true;//是否生成模型 默认生成,深时场景要根据 exportMeshObj判断是否生成
|
|
|
|
- if(!ObjectUtils.isEmpty(cameraType)
|
|
|
|
- && cameraType == 14
|
|
|
|
- && (!fdageData.containsKey("exportMeshObj") || fdageData.getIntValue("exportMeshObj") != 1)){
|
|
|
|
- genModel = false;
|
|
|
|
- }
|
|
|
|
- boolean gen3dTiles = true;//是否生成3dtiles模型 默认生成
|
|
|
|
- if(!ModelKind.THREE_D_TILE.code().equals(modelKind)
|
|
|
|
- || CollUtil.isEmpty(sdTilesSceneSourceList)
|
|
|
|
- || !sdTilesSceneSourceList.contains(scenePlus.getSceneSource())){
|
|
|
|
- gen3dTiles = false;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- if(genModel){
|
|
|
|
- if (!gen3dTiles) {
|
|
|
|
- String damPath = path + File.separator + "results" + File.separator + ConstantFileName.modelUUID + "_50k.dam";
|
|
|
|
- CreateObjUtil.convertTxtToDam(path + File.separator + "results" + File.separator + "tex" + File.separator + "modeldata.txt", damPath);
|
|
|
|
-// FileUtil.writeBytes(ZipUtil.gzip(new File(damPath)), damPath);
|
|
|
|
- map.put(damPath, imagesPath + ConstantFileName.modelUUID + "_50k.dam");
|
|
|
|
- }else{
|
|
|
|
- List<String> list = FileUtils.list(new File(path + File.separator + "results" + File.separator + ModelKind.THREE_D_TILE.code()));
|
|
|
|
- if(CollUtil.isEmpty(list)){
|
|
|
|
- log.error("3dtiles目录异常,3dtiles地址:{}", new File(path + File.separator + "results" + File.separator + ModelKind.THREE_D_TILE.code()));
|
|
|
|
- throw new Exception("3dtiles目录异常");
|
|
|
|
- }
|
|
|
|
- list.stream().forEach(str->{
|
|
|
|
- map.put(str, str.replace(path + File.separator + "results" + File.separator, imagesPath));
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- CreateObjUtil.convertTxtToVisionmodeldata(resultsPath + "vision.txt", resultsPath + "vision.modeldata");
|
|
|
|
- map.put(resultsPath + "vision.txt", imagesPath + "vision.txt");
|
|
|
|
- map.put(resultsPath + "vision.modeldata", imagesPath + "vision.modeldata");
|
|
|
|
-
|
|
|
|
- log.info("数据转换完成:" + projectNum);
|
|
|
|
- if(!new File("/mnt/4Dkankan/scene/data" + File.separator + "data" + projectNum).exists()){
|
|
|
|
- FileUtil.mkdir("/mnt/4Dkankan/scene/data" + File.separator + "data" + projectNum);
|
|
|
|
- }
|
|
|
|
-// map.put(resultsPath + "floorplan.json", dataViewPath + "floor.json");
|
|
|
|
- map.put(resultsPath + "floorplan_cad.json", dataViewPath + "floorplan_cad.json");
|
|
|
|
- map.put(path + File.separator + "capture/stitch_params.txt", dataViewPath + "stitch_params.txt");
|
|
|
|
- map.put(path + File.separator + "capture/Up.xml", dataViewPath + "Up.xml");
|
|
|
|
- map.put(path + File.separator + "capture/Up2.xml", dataViewPath + "Up2.xml");
|
|
|
|
- map.put(path + File.separator + "capture/Up.txt", dataViewPath + "Up.txt");
|
|
|
|
- map.put(path + File.separator + "capture/Up2.txt", dataViewPath + "Up2.txt");
|
|
|
|
- return map;
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- private JSONObject getFdageData(String dataFdagePath) {
|
|
|
|
- log.info("dataFdagePath 文件路径 :{}", dataFdagePath);
|
|
|
|
- String data = FileUtils.readFile(dataFdagePath);
|
|
|
|
- //获取data.fdage的内容
|
|
|
|
- JSONObject dataJson = new JSONObject();
|
|
|
|
- if(data!=null){
|
|
|
|
- dataJson = JSONObject.parseObject(data);
|
|
|
|
- }
|
|
|
|
- return dataJson;
|
|
|
|
- }
|
|
|
|
|
|
|
|
private void uploadFloorCad(String path, String num, Map<String, String> uploadFiles){
|
|
private void uploadFloorCad(String path, String num, Map<String, String> uploadFiles){
|
|
|
|
|
|
@@ -599,7 +464,9 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
statusJson.put("sceneScheme", scenePlusExt.getSceneScheme());
|
|
statusJson.put("sceneScheme", scenePlusExt.getSceneScheme());
|
|
FileUtils.writeFile(ConstantFilePath.SCENE_PATH + "data/data" + num + File.separator + "status.json", statusJson.toString());
|
|
FileUtils.writeFile(ConstantFilePath.SCENE_PATH + "data/data" + num + File.separator + "status.json", statusJson.toString());
|
|
|
|
|
|
- fYunFileService.uploadFile(statusJson.toJSONString().getBytes(StandardCharsets.UTF_8), dataViewPath + "status.json");
|
|
|
|
|
|
+ Map<String,String> headers = new HashMap<>();
|
|
|
|
+ headers.put(HttpHeaders.CONTENT_TYPE, ContentType.JSON.getValue());
|
|
|
|
+ fYunFileService.uploadFile(ConstantFilePath.SCENE_PATH + "data/data" + num + File.separator + "status.json", dataViewPath + "status.json", headers);
|
|
}
|
|
}
|
|
|
|
|
|
private void createQrCode(String num, ScenePlusExt scenePlusExt, String qrLogo) {
|
|
private void createQrCode(String num, ScenePlusExt scenePlusExt, String qrLogo) {
|
|
@@ -696,88 +563,6 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- private JSONObject getVideosJson(String path, Integer videoVersion, String projectNum, int cameraType) throws Exception {
|
|
|
|
- //读取videos_hdr_param.json, 保存点位视频的value
|
|
|
|
- Map<String, Object> videoMap = new HashMap<>();
|
|
|
|
- String videosHdr = FileUtils.readFile(path + File.separator + "results/videos/videos_hdr_param.json");
|
|
|
|
- JSONArray videoArray = null;
|
|
|
|
- if(StringUtils.isNotEmpty(videosHdr)){
|
|
|
|
- videoArray = JSONObject.parseObject(videosHdr).getJSONArray("hdr_param");
|
|
|
|
- }
|
|
|
|
- if(videoArray != null){
|
|
|
|
- for(int i = 0, len = videoArray.size(); i < len; i++) {
|
|
|
|
- videoMap.put(videoArray.getJSONObject(i).getString("name"), videoArray.getJSONObject(i).getString("value"));
|
|
|
|
- if(videoArray.getJSONObject(i).containsKey("fov")){
|
|
|
|
- videoMap.put(videoArray.getJSONObject(i).getString("name") + "_fov", videoArray.getJSONObject(i).getString("fov"));
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- //获取upload中的video视频名称
|
|
|
|
- String uploadData = FileUtils.readFile(path + File.separator + "results" +File.separator+"upload.json");
|
|
|
|
- JSONObject uploadJson = null;
|
|
|
|
- JSONArray array = null;
|
|
|
|
- if(uploadData!=null) {
|
|
|
|
- uploadJson = JSONObject.parseObject(uploadData);
|
|
|
|
- array = uploadJson.getJSONArray("upload");
|
|
|
|
- }
|
|
|
|
- JSONObject fileJson = null;
|
|
|
|
- String fileName = "";
|
|
|
|
-
|
|
|
|
- //计算ts文件的大小,并拼接成json格式
|
|
|
|
- JSONArray jsonArray = new JSONArray();
|
|
|
|
- JSONObject videoJson = null;
|
|
|
|
- JSONObject videosJson = new JSONObject();
|
|
|
|
- long videoSize = 0L;
|
|
|
|
- for(int i = 0, len = array.size(); i < len; i++) {
|
|
|
|
- fileJson = array.getJSONObject(i);
|
|
|
|
- fileName = fileJson.getString("file");
|
|
|
|
- if(fileJson.getIntValue("clazz") == 11 && fileName.contains(".mp4") && !fileName.contains("-ios.mp4")){
|
|
|
|
- videoJson = new JSONObject();
|
|
|
|
- videoJson.put("id", fileName.substring(
|
|
|
|
- 0, fileName.lastIndexOf(".")).replace("videos/", ""));
|
|
|
|
-
|
|
|
|
- //如果ts文件存在,就计算ts大小
|
|
|
|
- if(new File(path + File.separator + "results" +File.separator+ fileName.replace(".mp4", ".ts")).exists()){
|
|
|
|
- videoSize = new File(path + File.separator + "results" +File.separator+ fileName.replace(".mp4", ".ts")).length();
|
|
|
|
- videoJson.put("tsSize", videoSize);
|
|
|
|
- }
|
|
|
|
- if(videoMap.containsKey(videoJson.get("id"))){
|
|
|
|
- videoJson.put("value", videoMap.get(videoJson.get("id")));
|
|
|
|
- }
|
|
|
|
- if(videoMap.containsKey(videoJson.get("id") + "_fov")){
|
|
|
|
- videoJson.put("blend_fov", videoMap.get(videoJson.get("id") + "_fov"));
|
|
|
|
- }else {
|
|
|
|
- videoJson.put("blend_fov", 7);
|
|
|
|
- }
|
|
|
|
- jsonArray.add(videoJson);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- videosJson.put("data", jsonArray);
|
|
|
|
- if(Objects.nonNull(videoVersion) && videoVersion >= 4){
|
|
|
|
- videosJson.put("version", 3);
|
|
|
|
- videosJson.put("upPath", fYunFileConfig.getHost() + String.format(UploadFilePath.DATA_VIEW_PATH, projectNum) + "Up.xml");
|
|
|
|
- if(cameraType == 13 || cameraType == 14){
|
|
|
|
- //转台相机
|
|
|
|
- videosJson.put("upPath", videosJson.getString("upPath").replace(".xml", ".txt"));
|
|
|
|
- }
|
|
|
|
- }else {
|
|
|
|
- videosJson.put("version", 1);
|
|
|
|
- videosJson.put("upPath", fYunFileConfig.getHost() + String.format(UploadFilePath.DATA_VIEW_PATH, projectNum) + "Up2.xml");
|
|
|
|
- if(cameraType == 13 || cameraType == 14){
|
|
|
|
- //转台相机
|
|
|
|
- videosJson.put("upPath", videosJson.getString("upPath").replace(".xml", ".txt"));
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- if(cameraType == 5 || cameraType == 6){
|
|
|
|
- videosJson.put("version", 1);
|
|
|
|
- videosJson.put("upPath", fYunFileConfig.getHost() + String.format(UploadFilePath.DATA_VIEW_PATH, projectNum) + "stitch_params.txt");
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- return videosJson;
|
|
|
|
- }
|
|
|
|
private void updateDbPlus(int sceneSource,Long space,String videosJson, Long computeTime,boolean isObj,ScenePlusExt scenePlusExt){
|
|
private void updateDbPlus(int sceneSource,Long space,String videosJson, Long computeTime,boolean isObj,ScenePlusExt scenePlusExt){
|
|
|
|
|
|
scenePlusExt.setSpace(space);
|
|
scenePlusExt.setSpace(space);
|
|
@@ -818,13 +603,21 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
// scenePlusExt.setModelKind(modelKind);
|
|
// scenePlusExt.setModelKind(modelKind);
|
|
|
|
|
|
//统计点位数量
|
|
//统计点位数量
|
|
- scenePlusExt.setShootCount(this.getShootCount(scenePlusExt));
|
|
|
|
|
|
+ Map<String, Integer> result = this.getShootCount(scenePlusExt);
|
|
|
|
+ Integer shootCount = result.get("shootCount");
|
|
|
|
+ Integer mixture = result.get("mixture");
|
|
|
|
+ scenePlusExt.setShootCount(shootCount);
|
|
|
|
+ scenePlusExt.setMixture(mixture);
|
|
|
|
|
|
scenePlusExtService.updateById(scenePlusExt);
|
|
scenePlusExtService.updateById(scenePlusExt);
|
|
}
|
|
}
|
|
|
|
|
|
- private Integer getShootCount(ScenePlusExt scenePlusExt){
|
|
|
|
- Integer shootCount = null;
|
|
|
|
|
|
+ private Map<String, Integer> getShootCount(ScenePlusExt scenePlusExt){
|
|
|
|
+
|
|
|
|
+ Map<String, Integer> result = new HashMap<>();
|
|
|
|
+
|
|
|
|
+ Integer shootCount = 0;
|
|
|
|
+ Integer mixture = Objects.isNull(scenePlusExt.getMixture()) ? 0 : scenePlusExt.getMixture();
|
|
String homePath = SceneUtil.getHomePath(scenePlusExt.getDataSource());
|
|
String homePath = SceneUtil.getHomePath(scenePlusExt.getDataSource());
|
|
JSONObject dataFdageObj = JSON.parseObject(fYunFileService.getFileContent(homePath.concat("data.fdage")));
|
|
JSONObject dataFdageObj = JSON.parseObject(fYunFileService.getFileContent(homePath.concat("data.fdage")));
|
|
if(Objects.nonNull(dataFdageObj)){
|
|
if(Objects.nonNull(dataFdageObj)){
|
|
@@ -834,21 +627,27 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if(Objects.nonNull(shootCount) && shootCount > 0){
|
|
if(Objects.nonNull(shootCount) && shootCount > 0){
|
|
- return shootCount;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- String slamDataStr = fYunFileService.getFileContent(homePath.concat("slam_data.json"));
|
|
|
|
- JSONObject slamDataObj = JSON.parseObject(slamDataStr);
|
|
|
|
- if(Objects.nonNull(slamDataObj)){
|
|
|
|
- JSONArray viewsInfo = slamDataObj.getJSONArray("views_info");
|
|
|
|
- if(CollUtil.isNotEmpty(viewsInfo)){
|
|
|
|
- shootCount = viewsInfo.stream().mapToInt(info -> {
|
|
|
|
- return ((JSONObject) info).getJSONArray("list_pose").size();
|
|
|
|
- }).sum();
|
|
|
|
|
|
+ if(Objects.nonNull(scenePlusExt.getLocation()) && scenePlusExt.getLocation() == 6){
|
|
|
|
+ mixture = CommonStatus.YES.code().intValue();
|
|
|
|
+ }
|
|
|
|
+ }else{
|
|
|
|
+ String slamDataStr = fYunFileService.getFileContent(homePath.concat("slam_data.json"));
|
|
|
|
+ JSONObject slamDataObj = JSON.parseObject(slamDataStr);
|
|
|
|
+ if(Objects.nonNull(slamDataObj)){
|
|
|
|
+ JSONArray viewsInfo = slamDataObj.getJSONArray("views_info");
|
|
|
|
+ if(CollUtil.isNotEmpty(viewsInfo)){
|
|
|
|
+ shootCount = viewsInfo.stream().mapToInt(info -> {
|
|
|
|
+ return ((JSONObject) info).getJSONArray("list_pose").size();
|
|
|
|
+ }).sum();
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+ mixture = CommonStatus.NO.code().intValue();
|
|
}
|
|
}
|
|
|
|
|
|
- return shootCount;
|
|
|
|
|
|
+ result.put("shootCount", shootCount);
|
|
|
|
+ result.put("mixture", mixture);
|
|
|
|
+
|
|
|
|
+ return result;
|
|
}
|
|
}
|
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|