zed-tracking-viewer
zed-tracking-viewer copied to clipboard
NO GPU Compatible Error
I have a GTX 908M and ZED SDK v1.0.0 and CUDA 7.5. When I run the example I get the following error. I get a similar error with zed-opencv as well. The ZED Depth Viewer that is shipped with the SDK says the same thing. The Any cues on how to resolve this?
ZED SDK >> (Init) Best GPU Found : , ID : -1 ZED SDK >> (Init) Disparity mode has been set to PERFORMANCE ZED SDK >> (Init) Creating ZED GPU mem... ZED SDK >> Failed to create GPU Memories (CUDA Error code : 30) NO_GPU_COMPATIBLE
I am also encountering the same problem. I think it is worth mentioning though that even though opencv3 is now required, when i run the depth viewer i get a linking error to opencv2.4:
krystian@krystian:./ZED_SDK_Linux_x86_64_v1.0.0c.run
Verifying archive integrity... All good.
Uncompressing 'ZED camera SDK by Stereolabs' 100%
To continue you have to accept the EULA. Accept (Y/N) ?
Installing...
Installation path: /usr/local/zed
Checking CUDA version...
OK: Found CUDA 7.5
Do you want to auto-install dependencies (recommended) ? following packet will be installed via apt-get : libqt5sql5-mysql unixodbc-dev libpq5 libsybdb5 libglew-dev ttf-mscorefonts-installer libeigen3-dev libpng12-dev libts-0.0-0 cpuid (Y/N) ?
AVX support detected !
Install samples (recommended) (Y/N) ?
Installation path: /usr/local/zed/sample/
*** Download Factory Calibration ***
>> Detected S/N for ZED Camera : 3736
Restore Factory Calibration Parameter for ZED number 3736...... Done ...
ZED SDK installation complete !
Then i try to run the depth viewer (only opencv3 is installed at this point, i apt-get removed all libopencv2.4 related libraries)
krystian@krystian:/usr/local/zed/tools$ ./ZED\ Depth\ Viewer
./ZED Depth Viewer: error while loading shared libraries: libopencv_imgproc.so.2.4: cannot open shared object file: No such file or directory
so then i install opencv2.4 with apt-get install, but the depth viewer seg faults
krystian@krystian:/usr/local/zed/tools$ ./ZED\ Depth\ Viewer
Create Dir for save : /home/edt/Documents/ZED
ZED SDK >> (Init) Best GPU Found : Quadro K3000M , ID : 0
ZED SDK >> (Init) Disparity mode has been set to PERFORMANCE
ZED SDK >> (Init) Creating ZED GPU mem...
Segmentation fault (core dumped)
However the ZED Explorer works fine
Hey! Is there any progress on this situation? I'm having the same issue with the Nvidia 1080
Hi, If you have a GTX1080, you should install the latest ZED SDK. We released the support your graphic in the ZED SDK 1.1.1. Here is a link to the SDK : https://www.stereolabs.com/developers/#download_anchor
Oh my gosh, this is helpful. Thank you very much.
On Oct 11, 2016 8:59 AM, "nesnes" [email protected] wrote:
Hi, If you have a GTX1080, you should install the latest ZED SDK. We released the support your graphic in the ZED SDK 1.1.1. Here is a link to the SDK : https://www.stereolabs.com/developers/#download_anchor
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/stereolabs/zed-tracking-viewer/issues/1#issuecomment-252909380, or mute the thread https://github.com/notifications/unsubscribe-auth/AVhWSLfZj8jEx5rjYYxiOCKZikwqttfiks5qy4gvgaJpZM4JFZHB .
Is there any way to get the ZED to work on a computer that has no GPU? I.e. an Intel Integrated graphics card?