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-
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...
-
Information about disaprity and disparity shift can be found in the link below. https://github.com/IntelRealSense/librealsense/issues/3039#issuecomment-456975023 Disparity shift is also covered in ...
-
You would need to define sensors, such as depth_sensor1 and depth_sensor2, before calling them in an RS2_OPTION_INTER_CAM_SYNC_MODE instruction. Have you done so earlier in your script, please? A ...