-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 start failure #7585
Comments
Hi @pcmihnea Because you mentioned UWP, as a first step in the investigation can you confirm please whether or not you have installed the Universal Windows Platform (UWP) driver? If you have installed this driver, could you uninstall it please and let us know if it solves your problem. This driver is not required to use RealSense with Windows, as it is intended to allow a RealSense camera to interface with products that support UWP, such as the Microsoft Hololens headset. Most RealSense users therefore do not require it. There have also been issues recently regarding having the latest UWP driver version 6.11.120.21 installed that are resolved if that driver is uninstalled or the previous UWP driver version before 6.11.120.21 is used. |
Hi @MartyG-RealSense, thanks for the quick response, The UWP issue I've observed was just a sidenote, as using the D435 camera just as a webcam is not the targeted application. As I've mentioned in the description, another D435 camera works perfectly on the same hardware/software setup - the same errors appear on JetsonNano as well (clean reinstalled today). |
Thanks for the further details. If you uninstall the Depth driver from the Device Manager then the RGB driver should also be uninstalled. If you then unplug the camera, wait a couple of seconds and re-insert the camera, Windows should reinstall the two drivers automatically over an internet connection. That is the appropriate procedure for an uninstall and clean reinstall of the RGB and Depth drivers as though it is a first-time setup of the camera after purchase. My experience is that if RealSense functions such as depth are not working but the RGB is working then the computer is treating the camera like a basic RGB webcam instead of a RealSense camera. You should definitely not have to uninstall the RealSense RGB driver in order for RGB to function. For the next step to test, could you unplug the camera please and then check the Camera section of the Device Manager to confirm that there are no hidden RealSense drivers present. When there is no camera attached the two drivers (RGB and Depth) should not be listed in the Device Manager. There was a case though with a RealSense user who had eight drivers in the Device Manager instead of two though because of hidden driver entries that should not have been there. |
I've done as you've instructed, including a SDK and driver reinstall, but the end result is the same. After a quick overview on the cod , "Depth stream start failure" may be a notification from the camera, and not from librealsense, so it's signalling a hardware issue? Are there any operations to be made on the d435 besides reflash, fw recovery, and gold reset, all of which I've tried multiple times? |
Thanks very much for your patience. I analysed all of the information that you provided and came to the same conclusion that it is likely to be an issue related to the hardware of that specific camera. I gather from the supplied information that you detached the camera with the problem from the USB cable and attached the other camera to the same cable and that camera worked fine, which would seem to eliminate the USB cable as a cause of the problem. |
If there is no other non-hardware-alterating solution, then I will submit a RMA to the supplier. Thank you for your help! |
Issue Description
Hello,
I've recently bought a Realsense D435 camera for integration on a robot in scope of obstacle avoidance, based on a Jetson Nano board.
The first step I took was to test it using the Realsense Viewer from the latest SDK release for Windows.
Once the firmware was updated to the latest production version (05.12.07.100), I activated the two streams, stereo and RGB.
The RGB stream works flawlessly even at 1080p/30fps, but I don't receive any stereo frame.
The errors messages I get are three, continuously every few seconds:
types.h:1099 - USB SCP overflow
types.h:1099 - Depth stream start failure
types.h:1099 - REC error
The camera SN is 022422070xxx, ID 022523020xxx. The same HW/SW setup (USBcable/port, PC/devboard, SDK, configuration) works perfectly with another D435 camera with SN 014122072xxx, ID 015223022xxx.
Only one camera is connected at any moment to the PC/devboard.
I've attempted the following changes, none of which yielded any success:
-hardware: USB cable, USB type-c plug flip, USB port, USB2.0 port, PC to JetsonNano, type-C socket cleanup, temperature check (ASIC-32dgrC, emitter-30dgrC),
-software: gold factory reset, update to latest development firmware (5.12.8.200) and previous production (5.11.6.250), reflash and also recovery flash to latest production firmware (05.12.07.100), reduce/disable laser emitter, enable only stereo stream, reduce stereo stream features (resolution, processing, etc.).
I've also tested the camera by simply using Windows's built-in Camera UWP app - the older D435 is recognized and the stream is displayed without any issues.
The non-working D435 cannot be accessed as a webcam until I've uninstalled the "Intel(R) RealSense(TM) Depth Camera 435 with RGB Module Depth" device, even though "Intel(R) RealSense(TM) Depth Camera 435 with RGB Module RGB" is also recognized.
Please advise on how to fix this issue. Thank you!
The text was updated successfully, but these errors were encountered: