diff --git a/meshroom/pipelines/cameraTracking.mg b/meshroom/pipelines/cameraTracking.mg index d37dc468..1f3bf5e7 100644 --- a/meshroom/pipelines/cameraTracking.mg +++ b/meshroom/pipelines/cameraTracking.mg @@ -7,7 +7,7 @@ "nodesVersions": { "FeatureExtraction": "1.1", "CameraInit": "9.0", - "DepthMap": "3.0", + "DepthMap": "4.0", "SfMTriangulation": "1.0", "ExportDistortion": "1.0", "DepthMapFilter": "3.0", diff --git a/meshroom/pipelines/photogrammetry.mg b/meshroom/pipelines/photogrammetry.mg index a8fb773a..272e1eff 100644 --- a/meshroom/pipelines/photogrammetry.mg +++ b/meshroom/pipelines/photogrammetry.mg @@ -9,7 +9,7 @@ "MeshFiltering": "3.0", "Texturing": "6.0", "PrepareDenseScene": "3.0", - "DepthMap": "3.0", + "DepthMap": "4.0", "StructureFromMotion": "3.0", "CameraInit": "9.0", "ImageMatching": "2.0",