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 RealSense L515 works with the Cubemos Skeleton Tracking SDK, which has Unity integration. The tracked skeleton joints are represented in Unity as individual joint values. https://www.intelreal...
-
The link below provides C++ scripting for saving a binary image file (.bin) and discusses how the code works. I hope that it will be helpful to you. https://github.com/IntelRealSense/librealsense/...
-
The original SR300 model from 2016 had strict limitations on the processors that it would work with, and it had only a 50% chance of working on a Xeon V5 generation from around 2016. Your V2 proce...
-
Built in RealSense cameras are very hard to repair once they have a problem, much harder than external USB RealSense cameras. It is something that you could spend days trying to fix and not succee...
-
Only forum support is available for RealSense cameras, and remote connection to a computer to solve a problem is not offered. This problem with DSAPI has most often occurred in the past with RealSe...
-
Billyvonruple Thanks for the video! The RealSense team have recently improved Pi 4 support further by updating the Pi 4 Raspbian Buster installation script in SDK version 2.34.0 so that it runs c...
-
You could try installing RealSense's Universal Windows Platform (UWP) driver. You do not actually need it as it is for use with hardware that uses Microsoft's UWP standard, such as the HoloLens VR...
-
Awesome news! Thanks for sharing your workaround with the RealSense community :)
-
It is a difficult subject to research. The frame streaming documentation dates back to the time of the RealSense 400 Series' launch at the start of January 2018, so it is very old in terms of doc...
-
Intel have a RealSense Python tutorial for using data in a pre-recorded 'bag' file to align depth and color data and then identify the object and measure the distance to the object. https://github....