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-
The depth sensing of the RealSense models that are equipped with a global-shutter depth sensor is well suited to capturing during motion when mounted to a vehicle even when it is travelling at high...
-
You may be able to capture a depth map similar to the above in the Viewer using the White to Black color setting to render the color shading in monochrome. It would still have to be saved as a PNG...
-
Hi Robin Aly The scene looks like an overhead view of a human who has been greatly distorted and stretched, passing through a two-sided gate on the right hand side that is pushed open as the human...
-
Hi Derek There is a large difference between the frames per second (FPS) of depth and color. If it is a slow moving vehicle, I would therefore suggest returning to 6 FPS for depth (which your com...
-
Hi Hvtrung RealSense cameras are a Class 1 laser product, which means that they are safe for the eyes and face. The RealSense range has extensive safety certification that can be found at the lin...
-
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...