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 documentation hub page is at the link below: https://dev.intelrealsense.com/docs/intel-realsense-id-f450-module-and-f455-peripheral
-
The camera's RGB stream comes from an RGB sensor that is a separate component from the depth sensor. So the RGB and depth streams come from two different sources. The depth image is constructed f...
-
Hi Sandesh Kumar S What you are describing sounds like colorization of the depth image to treat it as an RGB image and then using a 'recovery' process to restore the depth image from the RGB image...
-
If you are using Ubuntu with a PC, I would recommend building librealsense from source code with CMake and the RSUSB installation method if you have not tried to do so already. This will help to e...
-
Intel did some past work in this area in 2016-17. They prototyped a "Merged Reality" headset with RealSense stereo depth camera technology called Project Alloy. The product was not released thoug...
-
1. Operations such as post processing and depth to color alignment are not saved into a bag file. The bag records raw camera stream data and then allows you to load the bag back into the Viewer an...
-
Hi Mcasaleg There was a past project for the original Oculus Quest to use a RealSense D435i camera with the headset, its Android-based OS and Unity. The RealSense community member who developed i...
-
The Y16 format is unrectified, as it is used for camera calibration. The other formats are rectified.
-
The 400 Series cameras set all the coefficients to zero. https://github.com/IntelRealSense/librealsense/issues/1430 The discussion in the link below about distortion values on D455 may also be use...
-
I am not aware of future plans to integrate the calibration information retrieval of rs-enumerate-devices into the RealSense Viewer. You can perform calibration from within the Viewer though by goi...