Skip to content
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

Connecting Realsense L515 in Network #11097

Closed
TheNemo05 opened this issue Nov 14, 2022 · 10 comments
Closed

Connecting Realsense L515 in Network #11097

TheNemo05 opened this issue Nov 14, 2022 · 10 comments

Comments

@TheNemo05
Copy link

|---------------------------------|------------------------------------------- |
| Camera Model | L515 |
| Firmware Version | 01.05.08.01 |
| Operating System & Version | Ubuntu 20, Debian 11 |
| Kernel Version (Linux Only) | for ubuntu (Linux 5.14.0-1054-oem x86_64), for debian (Linux 5.15.76-v8+ aarch64)|
| Platform | PC & Raspberry Pi |
| SDK Version | v2.51.1 |
| Language | Python |

Issue Description

As mentioned in system parameters 2 systems are being used, Ubuntu installed in PC & Debian based system used in Raspberry pI Model 4. Both the systems has Realsense SDK viewer version 2.51.1. Realsense L515 lidar is connected to Raspberry Pi using USB type C connection. Raspberry pi is connected to PC using SSh command.

image
The IP 10.42.0.176 is Raspberry Pi's IP.
As per the process shown in https://dev.intelrealsense.com/docs/open-source-ethernet-networking-for-intel-realsense-depth-cameras the Realsense SDK should display the camera connected in Network using the Add network device.
image
image
After inserting the IP of Raspberry pi, an error is displayed stating '[getStreams] error: Connection to server failed: Connection refused - -107'
Is there anything missing, Thanks in advance for support.

@TheNemo05
Copy link
Author

@MartyG-RealSense can u please look into this.

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Nov 14, 2022

Hi @TheNemo05 Can you confirm please whether you have built the librealsense SDK on the Pi 4 from source code with CMake and included -DBUILD_NETWORK_DEVICE=ON in the CMake build instruction so that the SDK is built with networking support and installs the rs-server networking tool on the Pi? Doing this is necessary in order to be able to make a network connection from the RealSense Viewer to the camera.

https://dev.intelrealsense.com/docs/open-source-ethernet-networking-for-intel-realsense-depth-cameras#32-building-from-source

@TheNemo05
Copy link
Author

i ve included the -DBUILD_NETWORK_DEVICE=ON in CMake file, i ve not found any document to install rs-server. can u help me with it please.

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Nov 14, 2022

rs-server should be compiled automatically when the SDK is built if ** -DBUILD_NETWORK_DEVICE=ON** is included in the CMake build instruction on the Pi. For example:

cmake ../ -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_NETWORK_DEVICE=ON

However, a RealSense team member advises at IntelRealSense/realsense-ros#1804 (comment) that the L515 camera model is not supported by rs-server. As the L515 model is now End of Life (retired), support would not be added to rs-server at a future date.

There is an alternate RealSense ethernet networking system for Python called EtherSense, which was the predecessor of rs-server, though I cannot guarantee that it will work with L515 due to EtherSense's age.

https://dev.intelrealsense.com/docs/depth-camera-over-ethernet-whitepaper

@TheNemo05
Copy link
Author

any installation process for Ethernet whitepaper

@TheNemo05
Copy link
Author

After cloning the repository & running this command 'sudo python setup.py' from librealsense directory, an error message is displayed 'python: can't open file 'setup.py': [Errno 2] No such file or directory'

@MartyG-RealSense
Copy link
Collaborator

The EtherSense project is also hosted on its developer's own GitHub. Do you experience the same problem if you clone that repo, please?

https://github.com/krejov100/EtherSense

@MartyG-RealSense
Copy link
Collaborator

Hi @TheNemo05 Do you require further assistance with this case, please? Thanksl

@MartyG-RealSense
Copy link
Collaborator

Case closed due to no further comments received.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants