-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Description
-
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
- Consider checking out SDK examples.
- Have you looked in our documentations?
- Is you question a frequently asked one?
- Try searching our GitHub Issues (open and closed) for a similar issue.
-
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Required Info | |
---|---|
Camera Model | L515 |
Firmware Version | 01.04.01.02 |
Operating System & Version | Win10 |
Kernel Version (Linux Only) | |
Platform | |
SDK Version | 2.36.0 |
Language | C++ |
Segment | AR |
Issue Description
Even in the sample 'pointcloud' app, if I create a decimation filter and set it up with a magnitude of 2, I get a crash when I pass the decimated depth into process() for the pointcloud. The crash occurs deep in the librealsense .dll.
Is this expected to work?
It seems like it sometimes works in my app, but not consistently.
Thanks