MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
There is not a live chat option for this support forum. Support is provided online in text tickets like this one. Running a RealSense program on Raspberry Pi is more likely to result in problems...
-
It can be difficult to diagnose a problem in a script when the code appears to be correct and it runs on a laptop but not a Pi. Does the problem still occur if you use pipeline.start() instead of...
-
Thanks for the excellent level of detail in your updates. :)
-
Thanks very much for the update. I look forward to your next report. Good luck!
-
Hi Tim Rensen The D4 V4 board used with the D401 depth module does not have a set of hardware sync pins and so inter_cam_sync_mode cannot be used with it. Without a pin set, trigger signal output ...
-
You may have installation problems if you are using the Bullseye version of Raspberry Pi OS, as that OS had problems with the librealsense SDK whilst its previous version Buster did not. If you a...
-
At the link below, a Pi 4 user shared their method for installing the librealsense SDK and the pyrealsense2 wrapper on Ubuntu 22.04. https://github.com/IntelRealSense/librealsense/issues/11506#issu...
-
Most of the options for RealSense point cloud streaming without PCL - such as C++ - are mentioned in the comments above. The RealSense SDK supports the applying of post-processing filters to alte...
-
The SDK has two official PCL example programs, pcl (a minimal point cloud) and pcl-color (a pointcloud that uses RGB texturing). https://github.com/IntelRealSense/librealsense/tree/master/wrapper...
-
If you want to generate a point cloud then you do not require PCL to do this as the librealsense SDK has built-in support for point clouds using the SDK's programming language. C++, Python and C# ...