-
Notifications
You must be signed in to change notification settings - Fork 5k
Description
We are using D435 and have issue with depth images obtained by Python interface.
In the past we used 2.14.0.85 librealsense installed by pip. There are four-part versions on pip.
We got images like this (please notice irregular grid):

We trained our Machine Learning models based on this data.
Now we try to use our models on Nvidia Jetson TX2.
Because of ARM architecture we are not able to install librealsense by pip.
We checkout versions by tags, and compile. There are only three-part versions on github. We tried:
- v2.13.0
- v2.14.0
- v2.14.1
But all those versions are giving us images like this:

What is the cause and what should we do to obtain images like the first one (with grid)?
Thank you!
PS. There is exactly the same python code obtaining both of images shown in this post. We think that the difference is because of different behavior of pyrealsense2.align function: in pip and github version of librealsense.