MartyX Grover
- Total activity 2288
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 713
Comments
Recent activity by MartyX Grover-
Hi Real Carlos In 2018 there was a query (in the link below) about using RealSense for scanning heads to create individual custom moulds for riding helmets for disabled persons. That case should ...
-
There is not much that I can add due to there being no technical references for the depth compression by colorization technique outside of the paper itself and so there is insufficient information ...
-
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...