-
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
L515 with rs-server throws error 404 #13717
Comments
Thanks @MartyG-RealSense for responce in another issue. Updated the issue. Still need help, please. |
Could I ask more questions based on your responce, please?
|
Hi @Ali-AliAli-Ali Instead of using networking, you could consider generating a 3D pointcloud on a Pi with an L515 attached to it, and control the Pi directly over wi-fi from another computer or a tablet using a remote access tool such as Google's Chrome Remote Desktop - https://remotedesktop.google.com/
|
I'll try, thanks for the idea. So you mean there's no chance even in the future to create a realtime 3D depth-stream from RPi to PC with L515, right?
Got it, thanks! |
No more updates supporting L515, including networking between computers, will be released in the future unfortunately. Potentially you could communicate in real-time between computers using ROS1 Noetic and the RealSense ROS1 wrapper, using guidance in the multi-computer RealSense pointcloud tutorial at the link below. https://github.com/IntelRealSense/realsense-ros/wiki/showcase-of-using-3-cameras-in-2-machines |
Hello @MartyG-RealSense! Thank you for the guidance and advices. If you don't mind I would ask to leave the issue open for 2 weeks in order to respond with feedback when I finish implementing data processing and transferring between RPi and PC. I may need further assistance and would aprecciate it if you could provide it. |
You are very welcome. It's no problem at all to leave the issue open for 2 weeks. Good luck! |
The main question (upd): How to recalculate a precise 3D view from 2D depth map with known camera intrinsics?
(Old question: Does rs-server support L515? If yes, how to connect them? The answer appeared to be "no")
Context:
I need to stream realtime RGBD-data from L515 connected to Raspberry Pi 4 over the Wi-Fi, connecting to RPi via ssh to create a SLAM algorithm. I tried both:
Python example worked out but failed to transmit depth data as frames, making it a 2D depth map, from which I found it impossible to recalculate an exact 3D view even knowing camera intrinsics (if it is possible, I would really appreciate if you told me how!).
As I found
rs-server
, I switched to C++, sincers-server
isn't enabled for Python wrapper. Now RealSense Viewer and librealsense examples throw error 404 whenrs-server
is enabled on RPi 4 (and 107 when it isn't):The error appears when creating
net_device
with RPi's static IP in local network. The exact location of error is a string constructorbasic_string.h
, row 456:If the camera is connected directly to pc, everything works well, but I need to use it as a peripheral device with RPi.
Thanks in advance!
The text was updated successfully, but these errors were encountered: