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-
1. Given that your updated chessboard was measured as having a square size of 2.6, did you set the square size in the script at the meters-value of 0.026 https://github.com/IntelRealSense/libreals...
-
I can understand why the rotation and translation extrinsic values would be hardcoded values in rs-software-device since the software-device system is used to simulate camera hardware, and so there...
-
Hi Leila, welcome back! The dots on the infrared view are generated by the IR emitter of the projector on the D435i camera. The projector casts a pattern of semi-random dots onto the scene observe...
-
Hi Yixun Liu Are you using the camera on a USB 2 connection please? If you are then Infrared 2 is unavailable in that mode and only Infrared 1 is supported. Infrared 2 requires the camera to be...
-
Great news about your success with the conversion! Conversion of numpy to rs2::frame is something that other RealSense users have explored. As far as I know though, a definitive solution for doing...
-
Hi N Kanbe I9 If you are using the RealSense Viewer tool and your depth range is limited to 4 meters then it may be because a post-processing filter setting called the Threshold Filter is enabled....
-
I believe that in C# the device connection status can be checked with OnDevicesChanged https://github.com/IntelRealSense/librealsense/issues/3142#issuecomment-465494716
-
A C++ user reported a similar memory leak pattern with Visual Studio 2019 in January 2020. In their report, D435 displayed the same flat constant pattern as your D435, but D435i and D455 had the u...
-
Hi Shimamoto1991 When the memory is leaking, do you experience any memory errors (like in the C# case in the link below) or is it leaking silently with no warnings? https://github.com/IntelRealSen...
-
Hi Yixun Liu The librealsense Android wrapper includes support for intrinsics and extrinsics, though there are limited references available on this particular subject that do not cover your questi...