Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions client/dive-common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ const otherVideoTypes = [
];

const calibrationFileTypes = [
'cam',
'json',
'npz',
'yml',
'zip',
];

const fileVideoTypes = [
Expand Down
1 change: 1 addition & 0 deletions client/platform/desktop/backend/native/viame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ async function runPipeline(

if (meta.multiCam.calibration) {
command.push(`-s measurer:calibration_file="${meta.multiCam.calibration}"`);
command.push(`-s calibration_reader:file="${meta.multiCam.calibration}"`);
}
} else if (pipeline.type === stereoPipelineMarker) {
throw new Error('Attempting to run a multicam pipeline on non multicam data');
Expand Down
Loading