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 Glynn The Touchless Control Software product has been discontinued. LUMOplay may be a good fit for your requirements. https://www.intelrealsense.com/interactive-displays-for-retail/
-
Hi Duppy Proctor It is not necessary to install the RealSense UWP driver to add support for hardware metadata. This can be done through the RealSense Viewer tool. The UWP driver is also not requi...
-
If your application requires the camera to be faced directly towards the sun then a physical thin-film filter called a linear polarizer filter can be purchased separately and overlaid on the camera...
-
RealSense 400 Series active stereo depth cameras work excellently in sunlight, though should ideally not be faced directly towards the sun. The cameras can make real-time automatic adjustments dep...
-
My interpretation of the paper is that the color values are in the range 0-255, and the hue value is arrived at with the following equation: (hue value x 6) - 1 The hue value will be between 0 and ...
-
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...