필터 지우기
필터 지우기

Facing an error while using "cameraCalibrator" app

조회 수: 2 (최근 30일)
Avinash Gupta
Avinash Gupta 2022년 5월 16일
답변: prabhat kumar sharma 2023년 10월 17일
I get the following while performing calibration using the Camera Calibrator app:
Warning: Error occurred while executing the listener callback for event ErrorPlotChanged defined for class vision.internal.calibration.tool.
ReprojectionErrorsDisplay: Index in position 2 exceeds array bounds
How to address this?

답변 (1개)

prabhat kumar sharma
prabhat kumar sharma 2023년 10월 17일
Hello Avinash,
I understand that you are facing the error "index in position 2 exceeds array bounds." This error occurs when we try to access an index in an array that is not available.
For example, if we have an array called "temp" with a size of "(4,1)", but we try to access "temp(1,3)", it will throw an error.
You should double-check your code and resolve the issue with the index.
I hope this helps.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by