Stereo Calibration

Prerequisite

Calibration Target

Calibration targets come in various sizes and shapes. However, checkerboard and Apriltag targets are commonly used. The choice of a target will depend on the support from the calibration software package you are using. For each target, you will need to have basic knowledge such as the number of rows and columns, and the size of each cell that makes up the target pattern.

Example of a checkerboard target: each cell is 50x50 mm square.

Example of a checkerboard calibration target: each cell is 40mm x 40mm square.

Apriltag with 6 columns and 4 rows, each tag is 90mm with 25mm spacing.

An Apriltag calibration target with 6 columns and 4 rows, each tag is 90mm with 25mm spacing.

Image Quality

Data acquisition is the first step of the calibration process. Bottlenose cameras can be configured to stream images at different resolutions. Before calibration, make sure you have

  1. Install and focus your lenses to the same depth as your calibration target. Your calibration target should cover about a third of your field of view in each image.
  2. Set the lenses to the widest possible aperture.
  3. Select the resolution that you want to calibrate for.
  4. Enable auto white balance to optimize the contrast of your calibration target.
  5. Set the gamma correction to a minimum 1.0 ... 1.6.
  6. Set gain to unity (1.0), to avoid recording noise that could affect the accuracy of the calibration.
  7. Set the exposure to avoid bleeding between the bright and dark features of your calibration target.

Calibration is lens-dependent. This means the camera has to be re-calibrated if the lenses are changed or refocused. Bottlenose does not ship with any lens but supports various off-the-shelf lenses. Lenses should be selected based on the application requirements.

πŸ‘

Please calibrate once a desired resolution is selected. You will have to recalibrate when resolution and lenses are changed.

Collect about 10 pairs of good-quality images, which have the calibration target in full view in various sectors of the image. Only take as many images as you are willing to to inspect manually for the above characteristics. An example of a good calibration image is shown below.

Good Calibration Image. The target covers more than 1/3 of the image. Highlight shows high contrast between bright and dark features of the calibration target.

Good Calibration Image.
Target Covers More Than 1/3 of the Image.
Highlight Shows High Contrast and No Color Bleed in Target Corners.

Common Calibration Mistakes

See a collection of images below that highlight common calibration pitfalls.

The image below shows a too-small calibration target relative to the field of view (1). This may result in an expanded reprojection error and result in poor stereo and sparse point cloud performance. The operator should position the calibration target closer to the sensor, or invest in a larger calibration target for the desired application depth. Further, the contrast of the bright and dark corners of the calibration target is poor this is due to too narrow aperture settings (2) or too low exposure (7).

Lens Aperture set too narrow, calibration target coverage too small over the image.

Lens Aperture SetToo Narrow, Calibration Target Coverage Too Small.

The image below also shows poor contrast between the white and the dark features of the calibration target (highlight emphasized), which is the result of a large gamma correction (5) and too high exposure or gain settings (6, 7).

Poor Calibration Target Contrast from Improper Gamma, Gain, or Exposure Settings

Poor Calibration Target Contrast from Improper Gamma, Gain, or Exposure Settings

Image Offset

Bottlenose has on-camera compute for rectification that aligns the images along epipolar lines. This process uses calibration results uploaded by the user. However, before this calibration, the user also has the opportunity to manually offset the images to be better aligned. This is possible as the sensors are 12MP and we only use at most 8MP, allowing the user to digitally move the 'active image region' within the background 'canvas'.

🚧

Setting a Y1 offset correctly is currently mandatory for sparse stereo. Dense stereo does not need this and already has a working rectification pipeline. Once the sparse stereo pipeline includes rectification, we will remove the mandatory requirement for the Y1 offset. Nevertheless, its a good practice to start with optically aligned images on the vertical axis.

The left and right images may be not row-aligned. To mitigate this issue, Bottlenose exposes offset parameters. These parameters are OffsetY and OffsetY1 located under ImageFormatControl of your device control. We recommend to only modify **OffsetY1**. Change OffsetY1 until the right image appears row-aligned before acquiring data for calibration in the center of the image.

Device control showing image OffsetY1 parameter. Change this value to align images in the y-direction.

Device Control Showing Image OffsetY1 Parameter.

You can use the ruler and zoom functions of the Stereo Viewer to help with that. Any valid row number in the image will project a 3-pixel wide line in both images. Set this line row close to the center of the image to match up the left and right features of the scene while setting the OffsetY1 parameter. The image below shows the view of the stereo viewer of a zoomed-in target in both images with the ruler shown before the proper offset is set.

Stereo Viewer Showing Ruler Set to Image Row 550 before Offset Correction

Stereo Viewer Showing Ruler Set to Image Row 550 before Offset Correction

The following image shows the same scene and zoom after setting the proper value for OffsetY1.

Stereo Viewer After Setting The Proper Offset

Stereo Viewer After Setting The Proper Offset

🚧

When the camera is calibrated with a given offset, the same offset value should be used later on for sparse 3D or dense stereo.

See Imaging on how to apply this parameter in the Python SDK and our ROS2 driver. The parameter setting does not persist between power-ups of the camera and has to be set each time the camera is rebooted.

Data Acquisition

Any GigE Vision-compliant tool can be used to capture data from a Bottlenose. If using the Bottlenose Stereo Viewer utility, you can acquire calibration data with the following steps.

  1. Launch the Stereo Viewer utility
  2. Click on Connect to connect to your Bottlenose camera.
  3. Make sure the Acquire Calibration Data box is selected. This tells the Bottlenose camera to disable undistortion and rectification from the image acquisition pipeline.
  4. Click on the folder selector to set the data folder to your desired location. The utility will automatically create two subfolders cam0 and cam1 to store images from the left and right camera respectively.
  5. Make sure the offset OffsetY1 parameter is set to what was determined in the previous step.
  6. Click on the Start button to start the acquisition process.
  7. Click the Save button for every pair of images you would like to save. You can always use the Record button instead to continuously save images. Images acquired for calibration must include a calibration target.

🚧

To optimize write-rates for continously saving images:

  1. make sure you have enough space on your machine,
  2. and exclude the target calibration directory from Microsoft Defender or your chosen Antivirus program to ensure fast write rates.
A screenshot of the Bottlenose Stereo image acquisition tool

A screenshot of the Bottlenose Stereo Viewer image acquisition tool.

Calibration Process

The calibration process consists of feeding the calibration images into a calibration tool such as calib by calib.io to generate intrinsic and extrinsic parameters for the camera.

Pinhole Model

Bottlenose supports the pinhole camera model taking into account the radial and tangential distortion factors. Radial distortion causes straight lines to appear curved. Radial distortion becomes larger the farther points are from the center of the image. Radial distortion can be represented as follows:

Similarly, tangential distortion occurs because the image-taking lens is not aligned perfectly parallel to the imaging plane. So, some areas in the image may look nearer than expected. The amount of tangential distortion can be represented as below:

In order to remove distortion from images, Bottlenose requires the following five parameters that constitute the distortion parameters:

To remove distortion from images, Bottlenose requires the following five parameters that constitute the distortion coefficients:

Intrinsic and Extrinsic Parameters

Once calibrated, the intrinsic and extrinsic parameters along with the distortion coefficients can be uploaded into the camera. The intrinsic parameters include the focal length and the optical center of the camera and help in removing lens distortion. The extrinsic parameters contain the rotation and the translation vectors of the camera and help translate the coordinates of a 3D point to a coordinate system. Bottlenose uses these parameters to internally compute its undistortion, rectification, and 3D reprojection parameters. After calibration, Bottlenose will be able to produce undistorted and stereo-rectified images.

See the calibration parameter settings on how to apply these parameters via the GigE Vision Interface or Bottlenose Utilities.

Sample Calibration Session Using Calib.io

After the dataset has been acquired various tools can be used to compute the above calibration parameters. We show a sample approach here.

  1. Start your calibration utility, assign the images for the camera pairs using Set Images. For the Stereo Calibration please click on Add Camera to add the second set of images.

  2. Once the pairs are loaded, click on Detect Features to detect the features of the calibration target. Note that the parameters shown vary depending on your choice of calibration target and must to be accurately set to obtain a valid calibration.

  3. After the features have been detected, inspect each pair for the proper corner locations of the detected features. Exclude any pair of images (checkbox) where only a subset of the features are detected. If the corners show insufficient contrast and the center point of the detection is fuzzy, repeat the Image Quality tuning above. An example of a spot inspection is shown below.

  4. After the set of good pairs has been selected, compute the calibration parameters by selecting Optimize Camera(s). A sample of the settings is shown below. Please select Individual camera models, Optimize target geometry, 999 iterations, the function tolerance to 0 % to avoid prematurely model selection, unset only decreasing steps, set estimate reprojection error, and set estimate covariance. For each camera select OpenCV camera model and leave the defaults checked.

    Depending on the chosen lens different model initializations can be selected. For the Raspberry Pi PT361060M3MP12 lens we recommend Fisheye. For other lenses, different initializations may be more suitable. A non-convergence error from the utility is usually a sign that the initialization may not have been appropriate.

  5. After the optimization has converged. Inspect the statistics pane for the quality of the calibration parameters. Each camera should achieve a median reprojection error of sub 0.1 pixels. If the median RPE exceeds this significantly the source of error is likely poor image quality or an unfocused lens.

  6. Select Calibration -> Export Calibration parameters and save the parameters. See this section on how to transmit these settings to the sensor.

Further References Aiding Calibration