Skip to main content

Shape Mode Errors

Error Codes

cal-shape-001

🔍 None of the components passed to the Shape::tabular command exist, so there was nothing to do.

🔧 Ensure that you passed in the correct plex, and double-check that the component UUIDs and names that you passed into the shape command do not have a typo.

cal-shape-002

🔍 The specified component is not a camera, so MetriCal can't produce LUTs.

🔧 Look Up Tables (LUTs) are one way to accelerate the computation of distortion and rectification for the purposes of image projection and un-projection. Non-Camera components do not have an equivalent set of distortion parameters that can be used to generate a LUT. Make sure to double-check that the component you specified is a camera.

cal-shape-003

🔍 Specified components can't be a stereo pair, since there is no spatial constraint between them in the provided plex.

🔧 In order for a stereo pair to be produced via the shape subcommand, both components need to have a spatial constraint between them. Make sure that you have run the calibrate command over the plex and that there exists some chain of spatial constraints between the two components.