-
Notifications
You must be signed in to change notification settings - Fork 14
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
Better documentation for Camera Intrinsics and Distortion parameters. #184
Comments
Hi! First of all, if you are wondering how to retrieve intrinsics from a camera, look here: If you are looking for documentation on how to interpret the values, then I agree it could be better. Long story short, it is the "Standard OpenCV model" intrinsics: |
I tried to match the parameters got from Zivid calibration.py against the one I have obtained with CalibrateCamera from OpenCV and the parameter values are completely different. Are unit of measurements different somehow? |
Hi Tommaso! There should be no difference in units. The Brown distortion model uses unitless parameters that work in normalized coordinates. Can you share the two sets of parameters for reference? |
Actually, it was an issue on my side. Sorry about that. I made a small bug in the code, which resulted in wrong values. How are the Zivid values computed? Are these parameters uniquely computed for each Zivid camera you produce, or are they fixed for all Zivid II cameras? I am wondering whether I should trust the ones obtained from the Zivid SDK more, or the ones that I compute via calibration. Thanks! |
All Zivid cameras are individually calibrated over a wide range of temperatures and aperture values with a high-end calibration process and custom algorithms. My recommendation is to trust the ones from Zivid SDK. |
Thanks for this relevant info! It would make sense to add it into the documentation |
Thanks for the feedback Tommaso. We'll see what we can do to improve the docs. |
Hello,
I have just stumbled into these file: https://github.com/zivid/zivid-python/blob/master/modules/zivid/camera_intrinsics.py
Camera Instrinsics and Distortion parameters are quite useful for a lot of applications and should be documented better.
Best
The text was updated successfully, but these errors were encountered: