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

Single Camera Calibration #272

Open
cedros23 opened this issue Apr 3, 2019 · 1 comment
Open

Single Camera Calibration #272

cedros23 opened this issue Apr 3, 2019 · 1 comment
Labels
question Theory or implementation question

Comments

@cedros23
Copy link

cedros23 commented Apr 3, 2019

Hello everybody,

Thanks for the great work.
I am trying to calibrate my multi-camera fisheye(190deg) setup for an autonomous vehicle.
When I try multi-cam approach, I failed due to lack of co-obervations. Since the system is intended for 360deg surround view, there is little overlap between cameras.

Later, I tried to calibrate each camera within an individual rosbag. So, I record a rosbag for each camera. By this approach, with pinhole-equidistant model, I have the re-projection errors around 0.15-0.25 (average). Do you think the values are ok? (I consider to use ros-validator to get a better feeling.)

One final question regarding the how image size affects the calibration results. My original image res. is 1920/1280, I have to downsample images to the 640x480 for faster computation, so I do all my calibration efforts in 640x480. Would it be affecting calibration performance too?

thanks in advance!

@mcamurri
Copy link

what command did you run to do the individual camera calibration?

@goldbattle goldbattle added the question Theory or implementation question label May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Theory or implementation question
Projects
None yet
Development

No branches or pull requests

3 participants