MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Hi Takashif0719 I have posted a reply to your question at the link below. Thanks! https://github.com/IntelRealSense/librealsense/issues/11514#issuecomment-1476338547
-
Hi Surban The Color Correction Matrix can be accessed through the Advanced Mode API of a RealSense 400 Series camera. An example of C++ code for doing so is below. /* Sets new values for STColorC...
-
Hi Mori The RealSense SDK uses the depth sensor as the default sensor. The RGB sensor can be accessed instead when writing a program script by defining a sensor reference name (such as color_sens...
-
You could capture multiple .ply files from different views and merge them together into one using the free open source software CloudCompare https://github.com/IntelRealSense/librealsense/issues/10...
-
Hi John The free RealSense Viewer tool has a 3D pointcloud mode where you can generate a real-time pointcloud of an observed object / surface and then export that pointcloud data to a .ply format ...
-
Depth colorization does not use the RGB color stream. Instead, it color shades the depth points according to their distance from the camera. The typical default color scheme is that depth points ...
-
Hi Jomanaashraf8 The RealSense Viewer tool applies a range of depth colorization settings and image-enhancing post processing filters by default. In a script that you create yourself, these color...
-
Instead of seeking to enhance SLAM with the IMU, a good next step to take would be to try to use depth sensing for obstacle avoidance so that the IMU can be used for navigation and the obstacle avo...
-
It sounds like the error that the UWP driver was causing in the past. The UWP driver can be removed from your computer by completely uninstalling the Depth and RGB drivers from the Device Manager ...
-
Thanks very much for the version confirmation. Have you installed a driver called the RealSense UWP driver? Doing so has been known in the past to cause problems for camera streams and an error ...