Closed EulerBlind closed 5 years ago
Realsense SDK 2.0 does not support ZR300, unfortunately. If you wish to use ZR300 with Linux, your choices are between the original Librealsense ('Legacy') or the RealSense SDK for Linux (which was made specially for ZR300).
LEGACY https://github.com/IntelRealSense/librealsense/tree/v1.12.1
REALSENSE SDK FOR LINUX https://software.intel.com/sites/products/realsense/sdk/getting_started.html
thank you so much,I'll try it.
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
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 :)
Issue Description
I just try make my zr300 work ,I use the Ubuntu 18.04.2 LTS instead of Windows10, But after I follow the document
https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md
to config my computer ,after this ,I use cmake to build librealsense, and make the project ,I try to run example (rs-capture) ,it showsand I find an issue #2126 maybe in same case,but I try to run
~/realsense/librealsense/tools/enumerate-devices$ ./rs-enumerate-devices
, it showsNo device detected. Is it plugged in?
I don
t know how to make it work,and I try to use the "get-startedget-started" , when I at the step of 5 , the lib of librealsense-utils can
t be install.And the following is the my
dmesg
information:Please give me a help,thanks. best wish!