mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
69 lines
No EOL
1.8 KiB
Text
69 lines
No EOL
1.8 KiB
Text
{
|
|
"header": {
|
|
"releaseVersion": "2025.1.0-develop",
|
|
"fileVersion": "2.0",
|
|
"template": true,
|
|
"nodesVersions": {
|
|
"CameraInit": "12.0",
|
|
"CheckerboardDetection": "1.0",
|
|
"DistortionCalibration": "5.0",
|
|
"ExportDistortion": "2.0",
|
|
"Publish": "1.3"
|
|
}
|
|
},
|
|
"graph": {
|
|
"CameraInit_1": {
|
|
"nodeType": "CameraInit",
|
|
"position": [
|
|
0,
|
|
0
|
|
],
|
|
"inputs": {}
|
|
},
|
|
"CheckerboardDetection_1": {
|
|
"nodeType": "CheckerboardDetection",
|
|
"position": [
|
|
200,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{CameraInit_1.output}",
|
|
"useNestedGrids": true,
|
|
"exportDebugImages": true
|
|
}
|
|
},
|
|
"DistortionCalibration_1": {
|
|
"nodeType": "DistortionCalibration",
|
|
"position": [
|
|
400,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{CheckerboardDetection_1.input}",
|
|
"checkerboards": "{CheckerboardDetection_1.output}"
|
|
}
|
|
},
|
|
"ExportDistortion_1": {
|
|
"nodeType": "ExportDistortion",
|
|
"position": [
|
|
600,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{DistortionCalibration_1.output}"
|
|
}
|
|
},
|
|
"Publish_1": {
|
|
"nodeType": "Publish",
|
|
"position": [
|
|
800,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"inputFiles": [
|
|
"{ExportDistortion_1.output}"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |