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 was a similar sounding problem reported recently where the depth image in 3D point cloud mode in the Viewer was disappearing after 3-4 seconds. https://github.com/IntelRealSense/librealsense/...
-
Hi Anshu. For this application, a 400 Series stereo depth camera is the most suitable. If the top of the sand will never be more than 3 meters from the camera at its lowest point then a D435i would...
-
Hi Revathi You will not be able to use the pip install method of installing the Python wrapper if using Python 3.8. This is because there is not a pip pyrealsense2 package for 3.8. The available...
-
Though box_dimensioner_multicam can be used with a single camera, the optimal results will be from a multi-camera setup of two or more cameras, as the program automatically calibrates all attached ...
-
Hi Kevin Chow The segmentation faults in the RealSense Viewer that you are experiencing are likely not related to how recent the SDK version is. Do you have segmentation faults when only one camer...
-
Since that advice about metadata though, the External Synchronization (Genlock) feature has been introduced. It can make linkages between RealSense and non-RealSense cameras simpler, as described ...
-
I was unable to find a straightforward example of depth being captured with OpenCV's VideoCapture(), though there was a tutorial from someone who solved the problem by creating a class that was lik...
-
There have been past cases of RealSense users making use of the v4l2src GStreamer plugin with the 400 Series cameras. One of them found that their stream would only work if a full size USB 3 port ...
-
Yes, there are GStreamer plugins that are compatible with the 400 Series cameras. The links are provided below. https://github.com/WKDSMRT/realsense-gstreamer https://www.aivero.com/2020/03/gstre...
-
Thanks very much for the clarification. If you are able to use Python, the RealSense SDK has an example box-measuring program called box_dimensioner_multicam.py that volumetrically measures a box ...