Realsense D405 networking?
Has anyone done testing or had any success on an intel Realsense D405? I have tried a number of librealsense versions including and prior to 2.53.1 but the rs-server/realsense-viewer combo has been an elusive one. Any help is appreciated.
-
If you are using SDK 2.53.1 then the 2.53.1 version of pyrealsense2 is the appropriate one to use.
I note that you installed with the pip install pyrealsense2 method. It looks as though it installed successfully. You then launched the setup.py script.
You do not need to run this script. Its purpose is to generate a wheel (.whl) package that can be used to install pyrealsense2 with pip install. But you do not need to do so as the pyrealsense2 package for 2.53.1 is already provided by Intel in a repository online, which the installation process automatically accesses when the pip install pyrealsense2 command is used.
-
I have finally managed to get it functional! Is there any advice you can offer as to if and how the information can be sent / received? For example, Is it possible to specify colormap, framerate, bitrate, resolution or any other tunable options? Thank you again for all you assistance so far, It's been a journey.
Steve Cap

-
It's great to hear that you were successful with the EtherSense tool!
To customize resolution and framerate, you would likely have to edit the cfg stream configuration instruction on line 37 of the EtherSense project's EtherSenseServer.py source code file and then build EtherSense again using the edited source code.
Please sign in to leave a comment.

Comments
37 comments