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 SATA board and the USB ports will all be drawing power for the cameras from the computer's power supply unit (PSU) so the more cameras that are added, the greater the overall power draw will be...
-
Hi Zahid Iqbal The D455 camera model uses the same coordinate system as the D435i, described at the link below. https://github.com/IntelRealSense/librealsense/blob/master/doc/d435i.md#sensor-origi...
-
There is not a menu-driven version of the Python version of the API documentation. And the pyrealsense2 documentation is currently offline due to the 404 issue. However, you can use the Wayback ...
-
As most people will not be using all of the filters, the way to use the filter order list is to work out whether a particular filter should be applied before or after another filter. For example, ...
-
Post-processing filters can be used alone. Whilst the filters do not interact with each other, the more that are used then the greater the difference that is made to the image. However, because t...
-
Hi Bruno Willems Thanks very much for your report. This 404 issue with the API documentation is already known to Intel. You may find the menu-driven version of the API documentation at the li...
-
Hi Zahid Iqbal When depth is aligned to color, the color intrinsics should be used. This is because after alignment to color, the depth origin changes from the centerline of the left IR sensor to...
-
You are very welcome. It's excellent to hear that you found the solution. Thanks very much for the update!
-
I hope that the script at the link below will be helpful. https://github.com/IntelRealSense/librealsense/issues/1672#issuecomment-387438447
-
The rs-server network interface was removed because it was an experimental 'proof of concept'. Intel plan to introduce a new networking interface in an upcoming version of the SDK. Yes, the Real...