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-
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...
-
Given that SDK 2.43.0 was released yesterday, it may be worth building that SDK version on your Mac to test whether it improves performance, especially as its release notes state that it includes a...
-
Is your initDepthCamera() code based on the init() code in the Capture example, which states in the comment notes: "RsContext.init must be called once in the application lifetime before any interac...