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 件のコメント

Geoff Hayes
Geoff Hayes 2017 年 2 月 16 日
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.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Support Package for USB Webcams についてさらに検索

質問済み:

2017 年 2 月 15 日

コメント済み:

2017 年 2 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by