MartyX Grover
- Total activity 2348
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 727
Comments
Recent activity by MartyX Grover-
The -DPYTHON_EXECUTABLE path in the 3.8 version in the guide looks like it may be customized to the path to Python 3.8 on the guide writer's computer in particular. You may have a different path t...
-
There are limited references available on the subject of using rs2_transform_point_to_point for affine transformation of a point cloud. The link below may be helpful in advancing the discussion. h...
-
Hi Gueganj As you want to rotate the cloud data and not just change the viewpoint that the cloud is observed from, it sounds as though that an affine transform is what you need. It is typically u...
-
Hi Debianlinuxmint I know of a couple of non-recent past cases where a similar effect has occurred when performing a force-quit with Ctrl-C. https://github.com/IntelRealSense/librealsense/issues/3...
-
Hi Getomboy The stretching out of the point cloud resembles a phenomenon called ghost noise. An example of this stretching effect with a point cloud of a banana can be seen in the link below. Th...
-
You're very welcome - it's great to hear that it worked for you :)
-
Hi Steve A RealSense user created a beep-emitting sight accessibility application for RealSense D435 called Sonic Sight that performs similarly to your description. http://sonic-sight.org/ https...
-
Hi Ahabeillon I do not have access to Windows Server 2019 to test the advice below, so I thank you for your patience. Do you have access to privacy settings on Windows Server 2019, please? If you...
-
If you are asking if you can "flip" a color image to reverse its direction, the SDK does not have a built-in image flip function but OpenCV has a cv2.flip() function. The number of C# language refe...
-
Hi Ahabeillon Could you explain what you mean by an 'image flux' please? Thanks!