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
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 Exchange で MATLAB Support Package for USB Webcams についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!