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-
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...
-
Please do provide RGB and depth images in this discussion of the scene that the camera is observing if you are able to do so.
-
Hi Steve As you observed, rs-capture is using the default configuration of the camera model that is attached (D455). There is not a simple on-off switch mechanism to exclude the IMU streams. In ...