MartyX Grover
- Total activity 2396
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 739
Comments
Recent activity by MartyX Grover-
Could you check for the .so files on your Raspberry Pi under the folder location librealsense > build > wrappers >python please. https://github.com/IntelRealSense/librealsense/issues/3062#issuecomm...
-
Thanks very much Arvid2 Nilsson for the contribution of your patch code! If you would like your patch to be considered for merging officially into the RealSense SDK, you can contribute a Pull Reque...
-
Hi Jorge Gomez Product number 82635AWGDVKPRQ refers to the RealSense D435 camera hardware product. This camera, which is part of the '400 Series' camera range, is able to create point clouds usin...
-
If the camera is in a fixed position, another approach would be to apply a 'depth clamp' to set a minimum and maximum depth sensing distance, so that depth distances below and above a certain dista...
-
Does the booting of your PC improve if you uninstall the RealSense SDK? If you are using Windows, you can type programs into the text box at the bottom of your Windows screen (next to the corner ...
-
Hi Gappdietmar If you are generating a point cloud, a simple approach that I have seen used is to count the number of points by accessing the size value. https://intelrealsense.github.io/libreals...
-
Hi Chetankumar Ekzenrobotics The first observation I would make is that you seem to be performing depth-color alignment first and applying post-processing filters secondly. It is recommended that...
-
Hi Bgkim Could you expand open the Dismiss messages by left-clicking on the '...' link on the message to display the error messages please?
-
Hi Vigen B The sensors on the D415 camera model use rolling shutters that are less suited to capturing motion than the faster global shutter. The result may be the described blurring when motion ...
-
Accurate frame rate calculation is somewhat complicated even when using C++ language, as described in the link below. https://github.com/IntelRealSense/librealsense/issues/7488#issuecomment-7041248...