Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Trying to calibrate a camera and use the intrinsic parameters for reconstruction #2305

Open
yan892 opened this issue Jan 22, 2024 · 0 comments

Comments

@yan892
Copy link

yan892 commented Jan 22, 2024

Describe the problem
I have tried to calibrate a camera with checkerboard images and then change the intrinsic parameters in the CamerInit node. When I then test my dataset, the reconstructed camera positions are a bit strange. Is the calibration not good enough?

The camera is a ZED 2i stereo camera from stereolabs. (Only the images from one camera are used). It is the model with 2.12mm focal length and without polarizer.
https://cdn2.stereolabs.com/assets/datasheets/ZED%202i%20Datasheet%20Jan2023.pdf

Here is the calibration of the camera with the CameraCalibration node
Kalibrierung

Here are the intrinsic parameters of the calibration
kalibrierung datei

I calculated the focal length as follows:

focal length in pixels: 1049.7
Sensor: Array Size 2688 x 1520 pixels
Pixel Size 2μm x 2μm
Image Size 2208x1242

focal length in mm = 1049.7 * 2688 * 0.002 / 2208 = 2.5558

Here I enter the intrinsic parameters in the CameraInit node:
intrinsiche parameter 1
intrinsiche parameter 2
intrinsiche parameter 3

This is what the reconstruction looks like when I specify the intrinsic parameters.
It is the default photogrammetry pipeline with imagematching method set to squential and featurematching minimal2dmotion set to 4
dreicke intrinische parameter 1
dreicke intrinische parameter 2

And this is what the reconstruction looks like if I do not specify the intrinsic parameters.
dreicke 1
dreicke 2

Dataset
Dataset
Chessboard images

Desktop:

  • OS: win 10
  • Meshroom version:
    • Binary version 2023.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant