Why does my camera calibration fail

I am using the cameraCalibrator gui in r2016a. I load my images and verify that corners were detected correctly. Then I click calibrate, and a dialog appears which says Calibration Failed: Too many output arguments. I can't find any documentation on why this would happen. I've tried different subsets of images, and I can't get past this error message.

1 comentario

Matt - can you copy and paste the full error message? It sounds like there is some code that is expecting more output arguments than what should be returned by the function. For example,
>> [a,b] = sin(pi);
Error using sin
Too many output arguments.
because my code is wanting two outputs from the sin function but only one is to be returned.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB Support Package for USB Webcams en Centro de ayuda y File Exchange.

Preguntada:

el 15 de Feb. de 2017

Comentada:

el 16 de Feb. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by