Ask Your Question

Revision history [back]

How can I solvePnP with fisheye camera parameters?

I saw that OpenCV's solvePnP() function assume that your camera parameters are from a pinhole model. But I calibrated my camera using cv.fisheye module, so I wanted to know how to use solvePnP with parameters obtained from that fisheye module.

How can I use my fisheye camera parameters with solvePnP()?