MartyX Grover
- Total activity 2348
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 727
Comments
Recent activity by MartyX Grover-
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...
-
Does the chessboard remain undetected if you change the position of the camera, such as moving it further away from the chessboard?
-
If the original Capture example detects the D435i camera consistently but your version that adds streaming from the Android device's own RGB camera causes problems then it is certainly worth focusi...
-
Hi Yixun Liu Assuming that your app can run without the camera permissions checking code that the Capture example has, the next step you could try is to add the camera attach / detach device liste...
-
There is a past case in which this error has occurred with box_dimensioner_multicam. https://github.com/IntelRealSense/librealsense/issues/2529 Has the square_size changed in your custom-sized ches...
-
Hi David Charatan Although bag recording is the most efficient recording method in the RealSense SDK, it does of course generate very high file sizes. I looked at possible ways to reduce the amoun...