I compute the distance from an object (Chessboard) using OpenCv and my camera parameters using those steps:
findChessboardCorners
solvePnP
->Distance
The distance I get is between two points: the chessboard and the camera. My question is where is the origine of my camera?
I know perfectly about my Chessboard but not my camera in terms of reference.