Closed laibazahid26 closed 2 years ago
I get the same error,do you get any idea?
I get the same error,do you get any idea?
Sorry, not yet.
hi, is it possible to share the april_6x6_80x80cm.yaml to me. the original folder needs permission to access now
Did you manage to solve this? I have a similar error...
I think in your case it might be due to using compressed images in the bagfile instea of raw image. I had to convert images to raw to get it to work even partially. Note that your screenshot of your terminal doesn't even state any progress extracting target corners after the "Extracting calibration target corners" statement.
My setup progresses through many images but eventually crashes due to the same RuntimeError("Exception during multithreaded extraction: {0}".format(e))
This is due to using a compressed image topic. Currently the repo does not have support for such topic. You can see PR https://github.com/ethz-asl/kalibr/pull/493
Addressed via #523
When I write the calibration command given below:
/kalibr_calibrate_cameras --target ~/Downloads/april_6x6_80x80cm.yaml --bag ~/Downloads/CalibrationBag.bag --models pinhole-equi --topics camera/image_raw
I get the following errors:How can I solve these bugs? Any help would be highly appreciated.