Hi, I tried to the unity wrapper from the sdk but when I launched it, I have an error and don't see any screen from the camera.
To install it I follow the documentation on https://github.com/IntelRealSense/librealsense/tree/master/wrappers/unity librealsense/wrappers/unity at master · IntelRealSense/librealsense · GitHub
In the console my error is :
Exception: Failed to resolve request. No device found that satisfies all requirements
rs2_config_resolve(config:00000000174248C0, pipe:0000000017424700)
Intel.RealSense.Helpers+ErrorMarshaler.MarshalNativeToManaged (IntPtr pNativeData)
Intel.RealSense.Config.Resolve (Intel.RealSense.Pipeline pipe)
RealSenseDevice.Awake () (at Assets/RealSenseSDK2.0/Scripts/RealSenseDevice.cs:87)
A the beginning I thinked it was a problem between my computer and the camera but when I launch Intel RealSense Viewer I found my D415 as Intel RealSense USB2 and I only have Stereo Module avaible and no RGB Module. So what is the problem and how to solve it ?
Thank you for your help.
連結已複製
Your camera is apparently being treated as though it is plugged into a USB 2.0 port, even if it is in a USB 3.0 port. This is a known issue with SDK 2.0. You may be able to get the camera to be properly recognized if you unplug it from the USB port, wait a couple of seconds and then quickly and firmly push it back in.
The USB2 issue is known to Intel and it is on their to-do list to be fixed in a future firmware driver update.
"D400 Series cameras intermittently enumerated as USB2 device on unplug / plug (DSO-6804)"
Apologies for asking, but are you sure that the camera is plugged into a USB 3.0 port? You can tell which one is USB 3.0 by looking in the port and seeing if the connector is blue instead of white.
My own laptop sometimes encounters the USB2 problem. If a quick plug-unplug does not fix it, another method I use is to plug in a chargeable device such as a tablet into a USB 2.0 port when the device is switched off. Once the device begins charging, it tells the computer's USB system to send more power to the ports to provide power for the charging. Do you have a tablet or smartphone to plug in to see if this method works for you?
The choice of cable can have an affect on performance and reliability. The cable supplied with the camera is the one validated by Intel to work best with it. Whilst other cables can be used, the results will be unpredictable. For example, if a cable is longer than 2 m in length then the camera will tend not to work unless the cable is an expensive high-grade one.
