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 Yasin Wang Advice is provided in the link below about how OpenGL code can be used to render a vector line overlay. This will hopefully provide a useful reference for defining your own line-ove...
-
You could modify the properties of the light that is entering the infrared sensor by purchasing a physical optical filter product and applying it over the camera lenses on the outside of the camera...
-
Do you mean whether it is possible to custom-configure the infrared stream, please? If so then yes, you can do that by editing the line below. config.enable_stream(rs.stream.infrared, 1, 640, 480,...
-
Hello, if you need a live depth image like the one in the 2D mode of the RealSense Viewer (not a 3D point cloud) then the RealSense MATLAB wrapper script in the link below may be helpful. https://g...
-
Not all USB ports are made equal even though USB is a standard. So a camera that works well on one computer might experience problems in the USB port of a different make / model of computer. Usin...
-
Hi Rakesh Bhat It sounds as though you want a way to detect when a measured depth is lower than the D415's minimum depth sensing distance of 0.3 meters. Is that correct please? If so then I can u...
-
As you have posted your question at the RealSense GitHub too, I will continue the case there so that the discussion is not being conducted at two locations at the same time. https://github.com/Inte...
-
Thanks very much. Do you have the ability to run the code outside of Valgrind and monitor the memory usage to confirm whether it is a Valgrind-specific leak? You could check memory usage in Window...
-
This question is responded to at a copy of the case at the link below. https://support.intelrealsense.com/hc/en-us/community/posts/1500001255362
-
Hi Sanket Mali Which version of the RealSense SDK are you using, please It looks as though your script is based on the RealSense SDK's Ready to Hack example on the librealsense front page. Doe...