toinsson / pyrealsense

Cross-platform ctypes/Cython wrapper to the librealsense library (v1.x)
http://pyrealsense.readthedocs.io
Apache License 2.0
121 stars 46 forks source link

Different depth results between mac and windows #61

Closed Mansterteddy closed 7 years ago

Mansterteddy commented 7 years ago
Required Info
Camera Model R200
Firmware Version
Operating System & Version Mac OS X 10.12.6
librealsense version
pyrealsense version

Hey, thanks for providing this amazing library! However, when I use demo program (show_depth.py) on Mac, the depth result is not as good as result from realsense SDK on Windows. How can I solve this problem? Thanks!

toinsson commented 7 years ago

Hello, could you provide some data? Otherwise it might be difficult to understand what you mean by "not as good" : ) It would be interesting to know whether the data is the same, or the difference comes from its visualisation.

Mansterteddy commented 7 years ago

Hey, thanks for replying! I capture some results as follows.

For windows, I capture results with realsense SDK: realsense

For mac, I capture results with your examples: 1 2

Can you tell me how to solve this issue?

toinsson commented 7 years ago

the difference comes from the way you plot your data. This is not a pyrealsense issue. You will have to look into the visualisation code.