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

Segmentation fault when running with realsense D415? #116

Open
AIBluefisher opened this issue Oct 17, 2018 · 3 comments
Open

Segmentation fault when running with realsense D415? #116

AIBluefisher opened this issue Oct 17, 2018 · 3 comments

Comments

@AIBluefisher
Copy link

Hi, @Nicien

I compiled InfiniTAM V3.0 with realsense SDK 2.0, but I got segmentation fault every time after it captures the 102-th frame. I'm not sure what's wrong. Besides, I get confused of how to set the calibration file for realsense. Because the realsense D415 has two imagers and a IR for depth image capture, and a RGB sensor for RGB image capture, like the picture shown below:
_008
After I calibrate the realsense D415, the calibration information is:
_007

Can you help me?

sgolodetz added a commit that referenced this issue Oct 23, 2018
Allow using OpenCV (if available) to read and write images
@AIBluefisher
Copy link
Author

AIBluefisher commented Oct 24, 2018

@sgolodetz
Hi, this commit does fix this bug. But infinitam cannot reconstruct the mesh as the window shows nothing.

@sgolodetz
Copy link
Collaborator

@AIBluefisher The fact that the pull request is number 116 is unrelated to addressing issue number 116 - not sure why GitHub links the two in the way that it does. I was just merging some of Tommaso's code that allows you to read in PNG images without having to link with libpng.

Not sure why the RealSense is giving you a segmentation fault - have you tried running it through the debugger to find out where it's crashing? That might give us a bit more information to figure out what's going on.

@AIBluefisher
Copy link
Author

AIBluefisher commented Oct 24, 2018

@sgolodetz Sorry, after trying several times when running with realsense, the issue appears again after processing 121 frames, even though built with OpenCV. I'm trying to figure it out, and I will give you some debug information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants