Open MarsTechHAN opened 6 years ago
This looks like a pure USB problem.
But if I switch to use other mode, like OpenCL or pure CPU, It works just fine. (Like I showed on the Expected Results part.)
OK, I spotted the error: [Error] [CudaDepthPacketProcessorImpl] cudaGetLastError(): unknown error
.
If you have gdb you can trace this error to a line of code where it happened.
Actually, the above isn't going to find the problem for you. I'm just saying it's possible to pinpoint the problem location by debugging.
@MarsTechHAN, I am getting the same error when trying to use Logger2 with Kinect v2. Were you able to solve the issue when trying to use the GPU ? I can't seem to change the mode to OpenCL or CPU here
Hey guys! I'm using the JETSON TX 2 with the following configuration: L4T 28.2.1 [ JetPack 3.3 or 3.2.1 ] Board: t186ref Ubuntu 16.04.6 LTS Kernel Version: 4.4.38-tegra CUDA 9.0.252
And I'd like to connect it with a Kinect v2, however, I didn't have success. I've done everything that I read on the forums here, on NVIDIA and on JetsonHacks, even tried to install as Kinect v1, but nothing. After all, I saw that it's not possible to connect a default board (TX2) with this device. Is it true?
By the way, which camera is it better to develop SLAM applications? ZED?
Thanks in advance.
Overview Description: Libfreenect2 failed to work on Jetson TX2 with CUDA enabled. (I tried with TX@ before but with UCDA 8.0, so I believe it might be problem with the CUDA)
OpenCL and CPU mode works fine.
Version, Platform, and Hardware Bug Found:
Steps to Reproduce:
Actual Results:
Expected Results:
Reproducibility: Every time run with CUDA 9.0 Additional Information: N/A