Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths28%, 15%, 14%, 13%, 30%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

The names of the cameras whose calibration may need to be repaired

Examples

Code Block
languagetext
// Load a file with a known camera which has moved and reconstruct

...


reconstruct –currentFrame –computeHealthStats;

...



// Check cameras' health and print cameras whose calibration may  

...

// need to be repaired

...


string $cameras[] = `offlineCameraHealthCheck -RMSThreshold 1.25 -proportionThreshold 0.4 -showCameraHealth on`;

...


print $cameras;

Additional information

Related commands

...