MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Hi Sean Forrester Roelofs The D435i was introduced a year after the D435 and so has a minimum firmware. I believe that the earliest available one that supports the D435i is 5.11.4. You should of...
-
The opening comment does not mention pip. It may be worth looking at Intel's Jupyter example programs for Python as a reference. https://github.com/IntelRealSense/librealsense/tree/jupyter/noteboo...
-
You can certainly write a program with the RealSense SDK to load in a bag file and apply additional post-processing to it. If you are interested in programming your own application, which programm...
-
Do you want to change the address that a camera that you ordered is being delivered to please? 注文したカメラの配送先住所を変更しますか?
-
If you used export PYTHONPATH=$PYTHONPATH:/usr/local/lib then it looks as though the path was set correctly. I notice though that there are 3 different versions of pyrealsense2.so in your usr/loca...
-
Can you confirm please that you did not set a PYTHONPATH in Step 4? If you did, I wonder if Python is looking elsewhere other than your script folder for pyrealsense2.
-
Hi, Step 5 is an optional step if you decide not to set a PYTHONPATH in Step 4. If you prefer though to copy the librealsense2 and pyrealsense2 files next to your script, then you should place the...
-
Hi Lavanya Bhaskar E In 2020 the official Intel RealSense blog featured a 'build your first robot' project called Erwhi Hedgehog that makes use of ROS. https://www.intelrealsense.com/hedgehog-robo...
-
Hi Lrobinson746 The RealSense Python wrapper can work with Python 3.7. You can install it using PyPi (a "pip install") or build the wrapper from source code with CMake. Are you familiar with usi...
-
On your Ubuntu system, if you are using the RealSense Viewer program then please check in the Post-Processing section of the options side--panel (found under the Stereo Module category) whether a f...