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 Xpdxpddld You can capture images on one PC with the camera attached and send them to another PC for viewing and processing using the RealSense ethernet networking tool described in the guide at...
-
Hi Chanoscarm249 Intel do not offer a repair service for RealSense cameras, unfortunately. A new camera can be purchased from the official online RealSense Store. https://store.intelrealsense.co...
-
Hi Elia Cogni01 When exporting a pointcloud as a ply file from the RealSense SDK and then importing the ply into a 3D modelling tool such as MeshLab, the scale in the 3D software should be set to ...
-
Hi Privatefebo98 There is a RealSense plugin for GStreamer at the link below that provides depth and color frames. https://github.com/WKDSMRT/realsense-gstreamer If CUDA support in the RealSens...
-
I believe that you will need librealsense, but if the installation is too large then you can use a strip command in CMake to significantly reduce the build size by stripping out debug symbols and o...
-
Have you built the librealsense SDK from source code with CMake and set the following build flags to true as the installation instructions describe, please? BUILD_CV_EXAMPLES BUILD_CV_KINFU_EXAMPLE...
-
It will be no problem to color the furthest depth and color pixels as white. align_depth2color.py only has a removal line for the depth array. bg_removed = np.where((depth_image_3d > clipping_d...
-
Hi Dr Isani Yes you can use a RealSense camera to make a 3D scan of the face. For this particular application I recommend the D415 camera model for its high image quality, low image noise and sui...
-
The threshold filter's max distance refers to the distance in real-world meters beyond which depth information will be excluded from the depth image. So if the max distance is set to 16 then no de...
-
rs-align-advanced does not use the Threshold Filter. Instead, it uses a depth_clipping_distance value to strip away the background, removing both the color and depth detail. https://github.com/Int...