MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
There is a method called 'generics' for creating a 3D point cloud in C#. Does this meet your needs, please? https://github.com/IntelRealSense/librealsense/blob/master/wrappers/csharp/Documentation...
-
Thanks so much for the detailed feedback! It occurred to me that your granulated floor pattern actually resembles the ideal image for camera calibration with a textured surface. The important thin...
-
The problem with the F200 is that because it is technology that is nearly 6 years old, the more time that passes and the more Windows versions are released, the greater the chance becomes that the ...
-
As far as I know, the DCM was the only way to install the drivers for F200 from the start of 2015 onwards. Before then there was no DCM and I believe the drivers were installed with the file linke...
-
Unlike current camera models, the computer processor requirements of the F200 are very strict. It needs an Intel Core 4th Generation CPU or newer. Your Xiaomi Mi PRO GTX is an 8th generation Inte...
-
The first step is to install the Depth Camera Manager (DCM) program for the F200. This installs three drivers into the Device Manager of Windows (Depth, RGB and Virtual drivers). It also installs...
-
For the RealSense 400 Series cameras (D415, D435 and D435i) the best tracking solution with gesture recognition is a commercial package called Nuitrack SDK. It has a subscription fee of $40 a year...
-
Reading data from a .raw file would be tricky. The link below offers some C++ guidance on how it might be done. https://github.com/IntelRealSense/librealsense/issues/2231#issuecomment-416814331 I...
-
1. Changes in the Viewer options would change how the Viewer interprets the camera data. I would not expect a Python program to have its output automatically changed because the Viewer settings h...
-
I could not find a solution for the error messages. I recommend posting a help request at the RealSense GitHub about those. https://github.com/IntelRealSense/librealsense/issues Before that thoug...