camera Calibrator app Undefined
6 ビュー (過去 30 日間)
古いコメントを表示
Hesham Khalifa
2018 年 3 月 15 日
回答済み: Vishwanath Bailore Acharya
2018 年 3 月 28 日
Everytime I try to open the Cameracalibrator App , an error appears saying : Undefined function or variable 'cameraCalibrator'.
I have the toolbox installed and the version is R2016b
0 件のコメント
採用された回答
Vishwanath Bailore Acharya
2018 年 3 月 28 日
This error generally occurs when the toolbox that you are using is not licensed.
Try checking out the license for the Toolbox using the "license" function as follows:
license('checkout', 'toolbox_name');
If this function returns 'ans = 1' then it means that the license is valid and has been checked out.
If it fails it will show the reason as to whether the license has already been checked out or if it has expired or if it is invalid.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および 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!