-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Calibrating multiple cameras (chessboard) #480
Comments
There is a node for that which is not yet included in the release (as it requires other dependencies, i.e. the opencv library), but it will probably be included in the next release. The other problem is that this node was dedicated for the CameraLocalization and has not been designed in a generic manner to be compatible with the SfM yet. So it needs some work to change the input/output file formats and add new inputs with calibration information to the CameraInit node. Currently, it's still possible to manually copy/paste value or create a custom python node to convert results, etc. But that's not out-of-the-box yet. |
I might be able to have one of my programmers do that....let me ask him about it. If I think he can handle it, i will make it happen |
If you decide to do it, we can setup a confcall to discuss how to do it when you are ready to start. |
ok...I'll be chatting with him on Monday. I definitely would want him on the call....it's way out of my lane! Just out of curiosity, is it possible (without asking the software to operate outside of it's intended use) to import/process a folder of images that have already been processed to remove lens distortion? |
Yes sure, if you keep the metadata in the process. |
In that case, you should declare you intrinsics as "pinhole" cameras to avoid estimating distortion parameters again. |
btw, I'll building a tool that adjusts color using a color card (building a correction/calibration profile). I can't think of any reason that anyone not using a rig with controlled lighting would need it but if you're interested in having my guys build it so that it can be included in your system let me know |
I'm definitely interested! We are looking at a solution to automatically detect color charts to calibrate colors in all images and generate final textures in a normalized colorspace. |
wow.....perfect timing! |
Hey Fabien- |
Fabien- I don't know if it would be of any value to you or your contributors, but my rig controller code is pretty decent. Let me know if you want a copy. |
I guess I should ask....do you think that doing color chart correction will provide benefit? I'm not sure how Meshroom was able to match my images to the extent has, and obviously there's type of color correction in the system....I'm just curious if it is capable of coming close to providing the same level of improvement that color card matching can provide...? |
@hargrovecompany I think colour chart based correction would be useful. I can be wrong, but from what I understand, Meshroom only adjusts the exposure and blends the images together for the final texture. If you wanted calibrated colours, you would need to correct the images beforehand. (there is also this #613 ) |
What is the current state of this? (incorporating calibration, not color matching) I'm also looking at a rig of Pi's, and automating a lot of the process. I'm also an experienced coder so if I can help with this let me know. |
@grandcrossgc Calibration is implemented, but could need some improvements and bug fixes (example #649). You are welcome to contribute. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm using 50+ pi cameras in my rig....I'm assuming that the manufacturing process was not high precision and there's probably quite a bit of variation in the radial distortion from lens to lens, as well as variation in positioning of lens to sensor. I see a node that can be added that allows chessboard calibration. Is it possible to loop the workflow so that I can manually calibrate all of my pi cameras?
The text was updated successfully, but these errors were encountered: