MobileDev Camera Instrinsics/Parameters from camera object

조회 수: 7 (최근 30일)
Ganishk D
Ganishk D 2024년 11월 28일
답변: praguna manvi 2024년 12월 3일
I want to do a task (MATLAB Robust Visual SLAM) for which I want to get camera intrinsics of my mobiledev camera object.
As of now I have the camera object using the following commands.
m = mobiledev;
cam = camera(m, 'front');
I want to know the efficient way to get the intrinsic parameters of the camera object in MATLAB.
Thanks in advance for your help.

채택된 답변

praguna manvi
praguna manvi 2024년 12월 3일
To obtain the intrinsic parameters of the camera, you can refer to the following example that uses checkerboard images with the "estimateCameraParameters" function:
openExample('vision/SingleCameraCalibrationExample')
Alternatively, you can use the Camera Calibrator app to estimate camera intrinsics, extrinsics, and lens distortion parameters. For more information, please refer to the following link:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Camera Calibration에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by