MartyX Grover
- Total activity 2288
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 713
Comments
Recent activity by MartyX Grover-
The camera will prevent downgrade to an older firmware version if such a downgrade has been performed 20 times in the camera's lifetime. After that, the camera will only permit update to a newer f...
-
Hi Kapitanyv I have considered your case carefully. Could you confirm to me please that you are running both Linux and Windows on the same Windows host computer, please? And if so, are you using...
-
There was a past discussion about mounting the camera at an angle tilted from straight-ahead and how it might affect depth measurement. https://github.com/IntelRealSense/librealsense/issues/6800#is...
-
Hi Seontaekoh1219 The status of the histogram equalization can be set to Disabled by setting RS2_OPTION_HISTOGRAM_EQUALIZATION_ENABLED to a value of '0', as described in the C++ code example in th...
-
Hi Shimamoto1991 If you are rotating the camera forwards 90 degrees to face towards the floor instead of facing straight ahead then it should not make a difference to depth measurement. This is i...
-
If you want to record a bag file but limiting it to a single frameset is no longer a requirement then the simple C# scripting in the link below may be helpful. https://github.com/IntelRealSense/lib...
-
Hi Yixun Liu Intel's Calibration Tools User Guide for Intel RealSense D400 Series document, linked to below, provides the following information about rotation and translation between the RGB camer...
-
Hi Cristian Vilar A RealSense user in Germany had this cocreateinstance(clsid_sensormanager, null, clstcx error with the L515 camera model in December 2020, though that particular case (on a Surfa...
-
The Python case linked to below that describes how to deproject a color pixel with rs2_deproject_pixel_to_point may be helpful to you. https://github.com/IntelRealSense/librealsense/issues/2458 In ...
-
Hi Shimamoto1991 The SDK's C# Cookbook page of example scripts has scripts for bag record and playback that may be helpful. Recording https://github.com/IntelRealSense/librealsense/blob/master/wra...