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-
It is referring to this line of the script: https://github.com/IntelRealSense/librealsense/blob/master/wrappers/matlab/capture_example.m#L180 The command get_active_profile() checks the available s...
-
Hi Ccoker2 If you need to generate 8-bit (256) grayscale images then any of the 400 Series camera models (D415, D435/i, D455) can produce a pair of left and right Y8 (infrared) format grayscale im...
-
It is possible to use a RealSense camera to track an object of a particular color, like in the project in the link below. https://by-the-w3i.github.io/2019/10/06/ColorBlockTracking/ Alternatively, ...
-
Hi Martkempenaar Does this issue occur if you set up a custom configuration in the roslaunch instruction to set both depth and color to 848x480 please: roslaunch realsense2_camera rs_camera.launch...
-
There are a limited number of references available about using RealSense with MATLAB for live capture. The RealSense MATLAB wrapper provides an example program called capture_example.m for capturi...
-
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...