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-
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...
-
Hi Nikolaj Stausbol I will refer your question above to Intel Support team member @...
-
Hi Lihonghong9 Are you building the librealsense SDK from source code with CMake, please? If you are then I would recommend including the build flag -DCMAKE_BUILD_TYPE=Release if you are not doin...
-
Hi Bluekksailor The box_dimensioner_multicam Python example program already applies the High Accuracy camera configuration preset. If you have increased the size of the chessboard from its defau...