前提自己安装好cuda和opencv,下载合适的zed驱动:https://www.stereolabs.com/developers/release/2.5/
chmod +x ZED_SDK_Linux_Ubuntu16_v2.0.0.run
./ZED_SDK_Linux_Ubuntu16_v2.5.1.run
cd /usr/local/zed/tools 运行里面的ZED Depth Viewer
$ ./'ZED Depth Viewer'
提示:./ZED Depth Viewer: error while loading shared libraries: libGLEW.so.1.13: cannot open shared object file: No such file or directory
安装libGLEW 命令如下: