MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
It does seem likely that the problem is specific to OpenGL graphics support on your computer. Having said that, the version of the RealSense Viewer that comes with SDK 2.34.0 has been having some ...
-
Thanks for the details. The most likely explanation is some kind of conflict with the OpenGL graphics support on your device that prevents the Viewer and the Depth Quality Tool from launching. Ple...
-
Remember the mention earlier of doing an Affine Transform with the individual clouds: a process where you rotate and position the clouds in 3D space so they can then be appended together into a sin...
-
The depth accuracy of the D400 series cameras is less than one percent of the distance from the object. So if the camera is 1 meter (100 cm) from the object, the expected accuracy is between 2.5 mm...
-
The D415 has around 2.5x better image quality than the D430 Depth Module (and so less error over distance), and so it is a good choice for applications where precise accuracy is important. The D41...
-
You can capture the individual point clouds and save them as files. The RealSense SDK does not have the ability by default to stitch the clouds together though. That needs to be done with other p...
-
To merge individual point clouds once they are captured, you could make use of free software called CloudCompare that is available for Windows and Linux. https://www.cloudcompare.org/ https://www....
-
The rs-pointcloud example and programs similar to it will only create a point cloud of what is currently in the camera's view. 'SLAM' software such as RTAB-MAP can record point cloud data as the c...
-
If the point cloud was made with a D435 and not a D435i (the model with a tracking IMU component) then you should be able to replicate it with a D415. The author of the YouTube video posted a link...
-
The file size varies depending on the version but yes, that is the full SDK file for the 2.33.1 SDK version. There is a newer version 2.34.0 (750 mb) that has recently been released though. https:...