# Intrinsics Calibration with OpenMV Camera

**URL:** https://forums.openmv.io/t/intrinsics-calibration-with-openmv-camera/7615
**Category:** OpenMV Boards
**Created:** [October 26, 2022, 12:59am UTC](https://forums.openmv.io/t/intrinsics-calibration-with-openmv-camera/7615 "2022-10-26T00:59:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![y\_ch](https://avatars.discourse-cdn.com/v4/letter/y/a9adbd/32.png) [@y\_ch](https://forums.openmv.io/u/y_ch)
#### Post date: [October 26, 2022, 12:59am UTC](https://forums.openmv.io/t/intrinsics-calibration-with-openmv-camera/7615/1 "2022-10-26T00:59:17Z")

</div>

Hi,  
I captured images of a charuco board on the openMV H7 cam and ran an openCV program on my computer to get the intrinsic calibration camera matrix and distortion coefficients. Is there any place for me to input the intrinsic calibration camera matrix and use it to undistort the camera image to increase localization accuracy (similar to cv.undistort())?

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [October 26, 2022, 2:16am UTC](https://forums.openmv.io/t/intrinsics-calibration-with-openmv-camera/7615/2 "2022-10-26T02:16:11Z")

</div>

Unfortunately we do not. We only have the lens corr method which lets you manually type in values.

I have a goal of implementing a function like the OpenCV one. But, given my day job work load demands and the current backlog I don’t know when I will be able to write it.

---

<div class="post-metadata">

### Author: ![pbhuter](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/pbhuter/32/2228_2.png) [@pbhuter](https://forums.openmv.io/u/pbhuter)
#### Post date: [December 2, 2022, 7:58pm UTC](https://forums.openmv.io/t/intrinsics-calibration-with-openmv-camera/7615/3 "2022-12-02T19:58:19Z")

</div>

How did you set things up to capture the image? I’m trying to do a checkerboard calibration and all I can see is a black smudge. I’m using the super telephoto lens with the global shutter module. Is my image likely too small?

---

<div class="post-metadata">

### Author: ![oramafanis](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/oramafanis/32/1783_2.png) [@oramafanis](https://forums.openmv.io/u/oramafanis)
#### Post date: [December 3, 2022, 11:19am UTC](https://forums.openmv.io/t/intrinsics-calibration-with-openmv-camera/7615/4 "2022-12-03T11:19:13Z")

</div>

too many reasons can cause this…  
try pure imaging techniques at first like focus, lighting, working distance, dirty lenses e.t.c…
