-
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
RealSense Can't list camera, D435 for windows 11 #12841
Comments
Hi @yanite Can you check the camera privacy settings in Windows please to ensure that permission for applications to access the camera is set to On. Instructions for doing so can be found at #3381 (comment) |
|
Very strange, windows web can display the camera correctly and open it |
Does it make a difference if you download and run the Intel.RealSense.Viewer.exe file in 'Assets' file list of the SDK 'Releases' page to launch the 2.54.2 version of the Viewer if you have not used this standalone Viewer already, please? https://github.com/IntelRealSense/librealsense/releases/tag/v2.54.2 I also note that you mention driver version 6.1.160.22 Intel 2021/3/22. This is the RealSense Universal Windows Platform (UWP) driver. This driver is obsolete and does not need to be installed on a Windows computer in order to use RealSense with Windows. Installing it can cause errors when launching some RealSense programs. If you have installed the UWP driver on your Windows computer then there are instructions at the link below for removing it. https://support.intelrealsense.com/hc/en-us/community/posts/4419989666323/comments/4431239847443 |
Yes, I removed the Intel driver, as standard, including the option to delete the checkout, the Microsoft driver I am currently using, and then downloaded the standalone Intel RealSense View, but he still doesn't show anything, is there any other way? |
Do you know what firmware driver version is installed in your camera, please? If you do not know then you can find it using the tool rs-enumerate-devices in the Windows Command Prompt interface, launching it with the command below. rs-enumerate-devices -s |
Thank you. Your firmware version 5.15.1.0 is the correct one for use with SDK 2.54.2. As the camera works correctly on a Linux computer then the USB cable likely does not have a problem. When you installed the RealSense SDK on Windows, did you use the Intel.RealSense.SDK-WIN10 installer program (which is on the same file list as Intel.RealSense.Viewer.exe) or did you instead build the SDK from source code on Windows with CMake? |
Thank you very much for your reply, I've tried both, and it doesn't work, 1. I downloaded Intel.RealSense.SDK-WIN10 from github and it's not ok, 2. I can't compile the code myself. Is there a way to flash back the old firmware? |
You could downgrade the firmware in the RealSense Viewer on your Linux computer.
https://dev.intelrealsense.com/docs/firmware-releases
Please bear in mind that RealSense cameras only allow a maximum of 20 downgrades before downgrading is permanently locked and then you can only update to a firmware version newer than the one that is currently installed in the camera. |
downgrade fail 13/04 23:50:14,046 INFO [548176843120] (backend-hid.cpp:1175) Failed to read busnum/devnum. Device Path: /sys/bus/iio/devices/iio:device0 If there's a problem with this thing, where do I send it to fix it? In China |
The error Failed to read busnum/devnum is a very rare one that usually occurs when the camera is used with a low power single-board computing device whose USB port cannot provide sufficient power to the camera for it to operate. What computer / computing device are you using Windows on, please? If the camera still works normally on your Linux computer then that would mean that the camera product is not faulty. For example, there may be an issue with the USB port on your Windows computer that prevents the camera from being detected by RealSense applications. Intel do not offer a repair service for RealSense cameras. If there is a verifiable fault with the camera then you can enquire to the retailer that you purchased it from regarding the possibility of returning it to them for a replacement if you purchased the camera in the last 12 months. |
Hi @yanite Do you require further assistance with this case, please? Thanks! |
thank you. Of course, if there was a better way I would try it, except to reinstall the system ^_^. But I can't think of any more ways to do it at the moment, I'm looking at the source code to see if I can find another way |
Please do update me when you have news to report from your investigation. Good luck! |
Hi @yanite Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
windows 11 need start Windows Camera Frame Server , |
Thanks very much for the update! |
driver version 6.1.160.22 Intel 2021/3/22
Issue Description
<Describe your issue / question / feature request / etc..>
RealSense Can't list camera, D435 for windows 11
driver show:
Device USB\VID_8086&PID_0B07&MI_00\b&374ad5a0&1&0000 is configured.
Driver name: oem5.inf
Class GUID: {ca3e7ab9-b4c3-4ae6-8251-579ef933890f}
Driver Date: 03/22/2021
Driver version: 6.1.160.22
Driver Provider: Intel
Driver part: RS400_DEPTH.NTamd64
Driver level: 0xFF0001
Matching device ID: USB\VID_8086&PID_0B07&MI_00
Low-level driver: usbvideo.inf:USB\Class_0e:00FF2005
Device updated: true
Parent device: USB\VID_8086&PID_0B07\816513020237
Device USB\VID_8086&PID_0B07&MI_00\b&374ad5a0&1&0000 is having trouble booting.
Driver name: oem5.inf
Class GUID: {ca3e7ab9-b4c3-4ae6-8251-579ef933890f}
Service: usbvideo
Low-level filter: WdmCompanionFilter
High level screening process:
Problem: 0x0
Problem status: 0xC00000E5
But it runs very well on my embedded development board, so there should be no problem with the hardware
If more information is needed I can provide it
The text was updated successfully, but these errors were encountered: