MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
The most stable way to capture a complete series of frames would be to record them into a bag file, which is like a video recording that contains camera data. You can then extract the frames of th...
-
Hi Jaehyeong96 The link below has a C++ script that makes use of OpenCV to export the left and right IR images as PNG image files. https://github.com/IntelRealSense/librealsense/issues/1480
-
The D435 can certainly perform volumetric measurements. If the pipe is not moving then you may be able to reduce cost further by using the D415, as it is especially suited to scanning static objec...
-
Hi @Tormod Slupphaug Due to the precision required in the measurements in your application, the link below to an official RealSense blog entry on the subject of using a depth camera for constructi...
-
Hi Shane Huston If you are having problems with installing the Cubemos Skeleton Tracking SDK that the installer file cannot solve: the Cubemos skeleton SDK is a product of the Cubemos company and ...
-
Hi again Prashantdandriyal7 I just wanted to add that in the rugged environment that you are using the camera in, you may be able to reduce vibration experienced by the camera by adding vibration ...
-
Hi Prashantdandriyal7 You can purchase USB cables with screw-locks on the connectors to secure them in the USB port. On the side of the camera there are two small holes either side of the micro U...
-
Only one custom preset (json) can be used at a time. So although you can create your own preset, if you have multiple priorities then you will have to balance the values, negatively impacting some...
-
I have no experience of using Raspbian, so I do not know what the outcome of the installation should look like, unfortunately. I checked some further references. Apparently the folder structure i...
-
As far as I know, it should not be necessary to use make -j4 with the internet-based RSUSB method of building from source. Are you able to set the pythonpath?