...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
The names of the cameras whose calibration may need to be repaired
Examples
Code Block | ||
---|---|---|
| ||
// 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
...