-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Alignment to depth causes segmentation fault #2567
Comments
I fixed it by looking at the rs-measure example, the color stream must be of the format RS2_FORMAT_BGRA8 or RS2_FORMAT_RGBA8 in order for the alignment to work. |
[Realsense Customer Engineering Team Comment] |
I wanted to reopen this issue because I've been struggling with it for several weeks. Has anyone else encountered the same issue as OP except his fix didn't work? |
I also get same problem when try to run on Raspbian. Color formats did not help. |
Ah, I should also mention I'm running on Ubuntu, so technically its a different problem than OP because he's on Windows. Is there an open ticket for this on linux? |
This seems to be very strange but issue only occurs if I "link" my program with other library(OpenVINO). `
` |
And here is gdb log:
|
Issue Description
I'm trying to align the rgb to the depth to obtain something similar to #2560 , the code i'm using is the following:
The segfault happens in the process function.
The text was updated successfully, but these errors were encountered: