esp-who icon indicating copy to clipboard operation
esp-who copied to clipboard

How to calibrate the camera in ESP32

Open hughhugh opened this issue 6 years ago • 3 comments
trafficstars

Hi. When I am using ESP32 to implement the qr or other image processing methods, the camera is generally calibated, then how can I calibrate the esp32 camera or utilizing the camera infos in esp32? Thank you.

hughhugh avatar Sep 14 '19 07:09 hughhugh

What do you mean by "calibrate" and "camera infos"? Have a look at the web server example. It shows everything that you can do with the camera :)

me-no-dev avatar Sep 14 '19 07:09 me-no-dev

I have read and search the wiki. I donot find the camera calibartion document. The camera calibration is just like this site. https://blog.csdn.net/weixin_43331257/article/details/82932904 https://docs.opencv.org/2.4/doc/tutorials/calib3d/camera_calibration/camera_calibration.html

hughhugh avatar Sep 14 '19 11:09 hughhugh

There is NO camera calibration/Lens correction in the software. That would also depend on the camera modul used. Lens correction (if any) is integrated in the camera modul itself. Also i havent seen opencv in here.

xenpac avatar Mar 13 '20 17:03 xenpac