MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
The link below suggests editing RGB / depth resolution in the Nuitrack SDK file nuitrack.config https://community.nuitrack.com/t/rgb-camera-size-issue/2655/3 This file is located at: %NUITRACK_HO...
-
The drivers should not be under that section. It indicates a problem if they are. Please uninstall those two drivers from that location and then repeat the unplug, wait, replug to see if they cor...
-
Hi Mahendra Vellingiri In your Nuitrack SDK project in Unity, is the image rendered to the screen by a Canvas component? If so then you could try changing the menu drop-down of the canvas compone...
-
If the camera does not automatically re-install the Depth and RGB drivers after they have been removed, please try clicking on the Scan for hardware changes option on the Device Manager window to s...
-
I researched your situation carefully. If you cannot access debayered Y16 images with the D455 camera model then a solution may be to use OpenCV to debayer the images (also referred to as demosaic...
-
Different RealSense camera (D415, D435, D455) use different models of sensor for their left and right infrared imagers. D415: OV2740 D435: OV9282 D455: OV9782 The link below explains that if 19...
-
Please repeat the driver uninstall process above, making sure to complete point 4 or the drivers will not uninstall completely and the missing infrared issue will remain. After the drivers have b...
-
The raw pixel depth value (uint16_t) has a range of 0-65535 and the real-world distance in meters is obtained by multiplying the pixel depth value by the depth unit scale value of the camera. So o...
-
Hi Nicola Ariutti It looks as though if you are defining the depth sensor as sensorAuto then that name should be used to get the depth scale instead of 'sensor': auto depthScale = sensorAuto.get_d...
-
Hi Karthikeyan Yuvraj The link below advises that the D415 camera model has a Bayer pattern filter. https://github.com/IntelRealSense/librealsense/issues/1070#issuecomment-366405803