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-
Thanks very much for the clarification. I look forward to your next report after studying the links. Good luck!
-
Hi Lalatendu Das Another RealSense user who was attempting to use software_device in Python encountered the same problem with create_matcher in the case linked to below. They were not using synce...
-
I would expect there to be differences between models regarding the extrinsics between sensors. This is demonstrated by the three images below, from a D435i (top), D455 (middle) and D415 (bottom)....
-
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