Stereo-camera calibration with one camera upside down

asked 2018-01-17 15:29:29 -0500

blackholebear gravatar image

updated 2018-01-17 19:11:28 -0500

I'm trying to calibrate a stereo camera with one of the cameras upside down, but the results are far from correct (rectified image is distorted). The images are being published using cv_camera, which apparently does not give an option to flip the image. Is there a way to solve this without an intermediate node such as image_rotate?

edit retag flag offensive close merge delete

Comments

To clarify when you say upsidown do you mean rotated 180 degrees around the lens axis or mirrored vertically? The latter is an improper rotation that the calibration settings will be incapable of compensating for.

PeteBlackerThe3rd gravatar image PeteBlackerThe3rd  ( 2018-01-18 02:55:30 -0500 )edit

It is rotated 180 degrees around the lens axis. I decided to use this configuration to increase the baseline as the lens is located at the extremity of the camera body (C310).

blackholebear gravatar image blackholebear  ( 2018-01-18 11:21:12 -0500 )edit