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-
Hi Yehtet4utycc 1. In a recent discussion about this depth compression by colorization equation at the link below, it was advised that the values are negative because inverse (minus-value) colori...
-
In the above test, 848x480 depth and 1280x720 color was used. On the D435 and D435i models, you can use 1280x720 for depth but 848x480 is the optimal depth accuracy resolution. Using a Disparity S...
-
My understanding is that this example uses asynchronous processing via callbacks and so the frame processing takes place outside of the wait_for_frames() loop. https://github.com/IntelRealSense/l...
-
If you are saving to .csv format then that is known to be slow, as mentioned by a RealSense team member in the link below. Writing a bag format file is the most efficient RealSense recording metho...
-
Hi Yixun Liu That particular example is for the RealSense T265 Tracking Camera model only. This model has built-in support for 6DOF (6 Degrees of Freedom) pose stream data that the 400 Series cam...
-
Hi Youcefbouzgaou With the 400 Series camera models, the amount of error starts at around zero at the camera lenses and increases linearly as the distance from the camera of an observed object / s...
-
Don't worry about the first question, it is no trouble at all. :) Yes, the align operation aligns depth data to color data. It automatically resizes the field of view (FOV) size of the depth str...
-
Once you have copied the +realsense folder to a location where MATLAB can find it or have added the folder to the MATLAB search path then you can start testing the MATLAB wrapper's example programs...
-
You could validate whether or not the flexible interposer cable is a factor in the problem by purchasing one unit of the rigid circuit board version of the interposer. If Ali is your retail prefe...
-
I hope that the guidance at the link below will be helpful to you. https://github.com/IntelRealSense/librealsense/issues/6014#issuecomment-1003577992 The instructions in this link depend upon havin...