-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Description
| Required Info | |
|---|---|
| Camera Model | SR305 |
| Firmware Version | 3.27.3.0 |
| Operating System & Version | Ubuntu 18.04 (Jetson Nano) |
| Kernel Version (Linux Only) | Linux 4.9.140-tegra aarch64 |
| Platform | Jetson Nano |
| SDK Version | commit bc64e52 |
| Language | C++ |
| Segment | depth camera |
| CUDA version | 10.0.326 |
Issue Description
I tried installing anSR305 depth camera on a Jetson Nano. I've used both the binary distribution, as well as compiling from source. In both cases, the depth camera returns incorrect results. Looking at the image on realsense-viewer, it appears to be an actual grayscale image instead of a depth field. The reported depth from depth field, when it should be about .3 meters, reports instead something much smaller, like .02 meters. This same camera works fine on an x86 Ubuntu system.
After playing with the API for a couple of days to see if I could debug the problem, I sort of by accident discovered that the problem goes away if I compile with BUILD_WITH_CUDA=false instead of true.
andrusza2