MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
After doing mkdir build in the librealsense directory to create the build folder, you have to use cd build to enter the build directory before running the CMake python bindings command.
-
Hi Khindagonwin AywYou should be able to improve the image a lot by applying a post-processing filter called a Hole-Filling Filter. In the RealSense Viewer program, this can be enabled under the P...
-
Hi Zdy1995 L515 related questions are handled on the RealSense GitHub forum. Please re-post your question there by visiting the link below and clicking on the New Issue button. Thanks! https://gi...
-
Hi Praveensidharthhtic I do not have an estimate for accuracy at 3 meters. As a rough-estimate rule though, on the 400 Series stereo depth cameras the accuracy over distance is calculated as bein...
-
Hi Akshaya Dayal The D435 models deal well with high vehicle speed thanks to the fast global shutter on the depth imager. Below are a couple of YouTube videos demonstrating their ability to captu...
-
I believe that you go to the root librealsense directory of the librealsense SDK and do mkdir build && cd build to create a sub-folder named build (librealsense > build). The command then changes ...
-
Hi Kgunbay Yes, there are data sheets for the RealSense range at the link below. https://dev.intelrealsense.com/docs/datasheets Intel have also published a comparison guide. https://www.intelreal...
-
Have you got the CMake program installed please? https://cmake.org/
-
The non-ROS Kimera GitHub provides a list of three links to click on to install its modules under the heading Click on the following links to install Kimera's modules and get started! It is very ea...
-
Hi B2992872 pip install of pyrealsense2 will not work on Jetson because it has an Arm processor chip, and the pyrealsense2 pip packages are for x86 / x64 processors like the ones in PCs. The pyre...