MartyG
- Total activity 5964
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 3
- Subscriptions 1820
Comments
Recent activity by MartyG-
T265 questions are now handled by the RealSense GitHub forum. you can post your question there by visiting the link below and clicking the 'New Issue' button. https://github.com/IntelRealSense/lib...
-
You can use a Deep Neural Network (DNN) to recognise a specific object from the color image and calculate a distance value for it. The RealSense SDK has several DNN example programs. C++ and OpenC...
-
You could subtract the background, including the floor, from the image, by using a "depth clamp" to set a minimum and maximum distance that the camera can observe. Data outside of that range will ...
-
There is not much information available about the Low Level API. A few years ago, a RealSense user offered the following commentary on it though: I think in this case the "medium" level interface ...
-
Thanks so much for signing up. The posting is correct. On reflection though, it is not a feature that the developers would create for the F200, as it is a retired camera model and they don't crea...
-
Glad you made progress! If you would like to submit an official feature request for selecting video views as a default, you can do so by visiting the RealSense GitHub website at the link below an...
-
This is the version of the ordinary Skype (not Skype for Business) that I used for my successful RGB display:
-
You may be able to reduce the strain put on Xavier by setting enable_infra2:=false in ROS to disable the Infra2 channel. It saves on USB transportation and kernel work, according to Doronhi the Re...
-
On the RealSense 400 Series cameras, frame buffering management is handled on the computing device and not in the camera hardware. https://github.com/IntelRealSense/librealsense/wiki/Frame-Bufferin...
-
The Troubleshooter tool will look for problems in any hardware and device that it can detect, not just cameras specifically. I got out my own F200 camera and ran a test with the Settings window of ...