-
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
error: Connection to server failed: - -10057 #6432
Comments
Hi @Tomblarom |
Hi @dorodnic it looks as though @Tomblarom is using the old backend install guide before RSUSB was introduced. Hi @Tomblarom A new UVC backend method was introduced in SDK version 2.30.0 in November 2019 (the linked-to guide was last updated in February 2019). Under the RSUSB backend method introduced in SDK 2.30.0, the steps (which require an internet connection for the build process) are:
mkdir build && cd build
cmake ../ -DFORCE_RSUSB_BACKEND=true -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=true -DBUILD_GRAPHICAL_EXAMPLES=true |
Yes, but I don't think this is what causing the issue. RsRTSPClient error seems related to |
Yes there was this guide, which referred to the libuvc. Thought it's the official way to go: Open-Source Ethernet Networking for Intel® RealSense™ Depth Cameras Basically the first link, when you google "d435 network". So what's the right way for making your RealSense Camera available to the network, so you can use it remote with all SDK commands? @dorodnic Updated my question. |
Great, yes, this is what I assumed. |
I'm no fan of ready-to-go packages. It may work perfectly, but as soon as you want to modify things, it gets tricky, since it's not documented what exactly has been modified. Regardless of that, am I able to access all SDK commands, exactly like if the camera is plugging in directly? |
Not all. All is in the document - section-3-6-software-limitations |
So there is no way to stream 1920x1080 in RGB mode? |
That is correct. Gigabit Ethernet is still 5 times slower than USB3, and low-power Arm boards do often struggle with Full-HD cameras (Raspberry Pi 4 looks very good, but I have encountered issues on similar boards) |
Thanks for this hint. For now I'm going to process the camera image directly on the RPi3, maybe going back to this in the future. |
@Tomblarom Do you require further assistance on this case please, or can it be closed? You are welcome to create a a new issue in the future if you go back to this. Thanks! |
Closed due to no further comments received. |
Issue Description
I installed the librealsense SDK using this guide: acrobotic / Ai_Demos_RPi - Raspberry Pi 4 and Intel RealSense D435, decided to use the RPi4 as backend instead, followed this guide: librealsense/doc/libuvc_installation.md and now I'm getting this error on connecting using the Intel RealSense Viewer v2.34.0:
[RsRTSPClient::getStreams] error: Connection to server failed: - -10057
Wild guess: Camera is locked somehow, since I installed the default SDK beforehand.
The text was updated successfully, but these errors were encountered: