mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
[nodes] LdrToHdrCalibration: Add intrinsic ID in the response file's path
The node outputs a response file that is named "response_INTRISICID.csv", as determined in AliceVision. Without it, the output attribute refers to a file that does not exist.
This commit is contained in:
parent
17d47d2805
commit
3412a77b4d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "3.0"
|
||||
__version__ = "3.1"
|
||||
|
||||
import json
|
||||
import math
|
||||
|
@ -161,7 +161,7 @@ Calibrate LDR to HDR response curve from samples.
|
|||
name="response",
|
||||
label="Response File",
|
||||
description="Path to the output response file.",
|
||||
value=desc.Node.internalFolder + "response.csv",
|
||||
value=desc.Node.internalFolder + "response_<INTRINSIC_ID>.csv",
|
||||
uid=[],
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue