We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try to run extrinsic calibration, but I encounter segmentation fault.
gdb --args bin/extrinsic_calib -c ../data/calib --camera-count 1 --data data/ --input ../data/images2/ --output ../data/calibration_data/ --event ../data/calib/camera_0_chessboard_data.dat
I use gdb to debug, and I figure out there something wrong in
# ERROR: No segments, calibration fails!!
camodocal::CameraRigBA::dumpPointCloud(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) () from /home/derek/Documents/camodocal/build/lib/libcamodocal_calib.so
Could someone give me some suggestion to solve this problem?Thanks!
The text was updated successfully, but these errors were encountered:
Do you solve this problem?
Sorry, something went wrong.
No branches or pull requests
I try to run extrinsic calibration, but I encounter segmentation fault.
I use gdb to debug, and I figure out there something wrong in
Could someone give me some suggestion to solve this problem?Thanks!
The text was updated successfully, but these errors were encountered: