MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
Please update here when you have the opportunity to test the GStreamer plugin. Good luck!
-
The values in the above chart are in megabits per second (mbps). So 5 Gbps = 5000 mbps and 10 Gbps = 10000 mbps.
-
Hi Iwai Daisuke If all of the D405 will be active simultaneously then the number of cameras that you can connect to a single PC will depend on the hardware specification of that PC. Each individu...
-
Hi Evanmc The left-side area with no depth data is a phenomenon called the Invalid Depth Band. Information about it can be found on pages 87 and 88 of the current edition of the data sheet docume...
-
The RealSense SDK has an Android project called rs-camera https://github.com/IntelRealSense/librealsense/tree/master/wrappers/android/tools/camera The above project is the open-source version of ...
-
Edge rounding from the Medium Density preset may not be as clear on a 3D point cloud as it would be on a 2D depth image. It is probable that if all of your individual point clouds have sharp edge...
-
If you set the Medium Density camera configuration preset then the sharp edges may be smoothed out. The link below has C++ code for setting the SDK's built-in presets. https://www.intel.com/conten...
-
The rs-server tool was removed from the SDK in version 2.54.1, so 2.53.1 or older must be used in order to build the SDK with rs-server networking support included.
-
Hi Juan Diezyanguas As you are using GStreamer as your backend, you could consider using the GStreamer plugin for RealSense at the link below to stream depth frames if you are not using the plugin...
-
You could try applying post-processing filters to the depth data, such as the Spatial filter (which has a hole-filling function) or the Hole-Filling filter. There is a C++ tutorial script for sett...