-
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
D455 not connecting | Python | Raspberry Pi 4 #7312
Comments
Thanks Marty, I felt it would be better to open a new issue since the solution presented is #7283 is not applicable for Linux raspberrypi |
Okay, no problem. If you wish to have a separate case for your particular situation, please post a message on #7283 with a link to here so that the RealSense team members who are investigating are aware of it and can read it. Thanks again! |
@RealSenseCustomerSupport are there any updates? Here are some more things I have tried.
|
Hi @sam598 Judging by your link to #7283 I think that you meant to tag @RealSenseSupport instead of @RealSenseCustomerSupport ? :) |
@MartyG-RealSense both @RealSenseSupport and @RealSenseCustomerSupport have responded to #7283 so I assume they are interchangeable. I have also tried compiling with the additional cmake flags: But realsense-viewer displays the following error in the terminal when any camera (D435 or D455) is connected:
and this error appears in a pop-up message:
|
Hi @sam598
cmake ../ -DBUILD_PYTHON_BINDINGS:bool=true -DCMAKE_BUILD_TYPE=Release -DFORCE_RSUSB_BACKEND=true -DBUILD_NETWORK_DEVICE=ON *-DFORCE_RSUSB_BACKED replace DFORCE_LIBUVC=true, so you can remove it before cmake, you need to install some prerequisites as mentioned at under build folder
the viewer is able to detect either D435 or D455 and streaming |
@RealSenseSupport it seems to work now after
Are you sure you didn't upgrade to Raspberry Pi OS? Raspbian Buster has been deprecated.
In my experience |
Hi @sam598 Buster seems the latest version , not sure why it had been deprecated? As to -J4, when i use it, normally I need to remove the case of my Raspberry Pi 4 to cool it down while compiling the code next time, I would use -J1 if I run into the crash issue or freeze issue |
@RealSenseSupport The latest version is now called "Raspberry Pi OS" |
| Camera Model | { D455 } |
| Firmware Version | { 5.12.7.100 } |
| Operating System & Version | { Linux raspberrypi } |
| Kernel Version (Linux Only) | { 5.4.59-v7l+ } |
| Platform | { Raspberry Pi 4 } |
| SDK Version | { 2.38.1 } |
| Language | {Python 3.7.3} |
| Segment | { others } |
Issue Description
This script:
Prints a serial number when a D435 is connected to the USB 3 port.
However when a D455 is connected to the USB 3 port no devices or serial numbers are detected.
This was previously mentioned in a similar issue for Windows: #7283
The text was updated successfully, but these errors were encountered: