-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depth stream freezes with error "USB SCP overflow" #6
Comments
Update: building with |
I had the same problem. It is weird that it is OK in the https://www.youtube.com/watch?v=Pp18JL6H2zc tutorials. |
Currently, in my system it runs OK at first but then will intermittently freeze for anywhere from a second to ten seconds. I still haven't been able to figure out what is causing it. I've been trying to get the official librealsense maintainers to help out, but they seem to be ignoring my issues... IntelRealSense/librealsense#3268 was closed and IntelRealSense/librealsense#3906 hasn't had any responses since I posted it. It might be that they don't want to deal with platforms other than x86... I can't say. |
The Intel and Nvidia corp is not support offcially. The comments on the blog https://www.jetsonhacks.com/2019/01/21/intel-realsense-d435i-on-nvidia-jetson-agx-xavier/ gives some ideas to solve this ,such as usb3.0 hub , pcie to usb. Have you tried? |
It works on usb3.0 hub. |
@longwoo a hub or a PCIe card? |
@WasabiFan A use3.0 hub connected to Xavier usb port. I had tested it for hours. |
@WasabiFan I also have tested using an usb3.0 hub and it actually works, If lowing the resolution would be okay for you I suggest that you use a USB 3.0 config. |
I'm running color at 960x540 and depth at 640x480. I highly doubt that resolution is the issue. |
After following the setup instructions in this repo, the depth stream stops updating within a few minutes of opening it. It doesn't recover unless I unplug/replug the device or click "Hardware Reset" in the viewer. Here's what it looks like in the
realsense-viewer
app:I believe this is specific to the Jetson. I had similar depth stream freezing issues on the TX2, but it works fine on my Windows laptop.
Any suggestions for debugging this?
The text was updated successfully, but these errors were encountered: