MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
The general frame rate settings (15, 30, 60, 90, etc) are likely rounded up to the nearest whole value for ease of understanding (and not having hundreds of different settings on the options). If ...
-
If the 3.3 v is from the pin on your TX2 and you are going to connect it to the RealSense camera via a cable, I wonder if you could splice resistors into the cable to reduce the voltage to 1.8 v be...
-
This question unfortunately goes beyond my RealSense programming knowledge. It may be worth asking it at the RealSense GitHub site if you want to use scripting to get the coordinates using Libreal...
-
Do I need to do this even if I've already aligned the depth and color? Deprojection is useful if you are trying to convert 2D data such as an image into a 3D point cloud. There are easier ways to ...
-
With Librealsense, the OS that you are using does not matter so much as the programming language that you are writing your code in. So if you are using the C++ language for example then you should...
-
Another user used rs2_project_color_pixel_to_depth_pixel to project the color pixel to the depth pixel and then found the value of the depth pixel after that and finally deprojected the depth pixel...
-
I am not an Intel employee, so strictly speaking are not an official part of a RealSense team. I am also a Windows specialist, so my exposure to the workings of Linux and its functions such as ls...
-
Thanks so much for updating us with news of your success!
-
In general, when calculating a 3D point cloud that aligns depth and color, the extrinsics of the camera should be taken into account in order to help avoid error. I hope that the discussion in th...
-
You are welcome to post a question at the RealSense GitHub and get input from the RealSense staff there, though you may not get a very different set of suggestions than those given here. The firm...