MartyX Grover
- Total activity 2348
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 727
Comments
Recent activity by MartyX Grover-
Sandesh Kumar S There has been no further information regarding using software_device on Python since the patch kindly provided by Arvid2 Nilsson above. https://support.intelrealsense.com/hc/en-us...
-
The example programs provided by the Python wrapper's examples section typically incorporate OpenCV references and have explanatory notes within the code. Here are two of those examples that are s...
-
Great to hear that you made progress! I have not seen that particular error with librealsense, though researching the error indicates that it can occur in a range of other non-RealSense projects in...
-
Hi Mawin9587 The D435 that you are using is the most appropriate camera model for sensing at a 20 cm distance, as D435 and D435i have a minimum depth sensing distance of 0.1 meters (10 cm) that en...
-
Hi @Skyhou17 That guide is for an older RealSense SDK from 2015 / 2016 that is unfortunately not compatible with modern RealSense cameras such as the 400 Series (including D435). A modern touch ...
-
When auto-exposure is enabled, it will control exposure and so you would need to disable auto-exposure so that custom exposure values can be set by your code. Setting exposure manually though carr...
-
Hi Simone Lombardo It is unlikely that the RealSense MATLAB wrapper would work with the Octave MATLAB-alike, given how carefully it is designed for use with MATLAB. If the reason that you are u...
-
Hi Sandesh Kumar S Please create a new case on this forum for your T265 question so that the appropriate Intel RealSense support team member can assist you with that question. Thanks!
-
Hi Yasin Wang The subject of automatically detecting the serial numbers of multiple cameras in the RealSense ROS wrapper is discussed in the link below. https://github.com/IntelRealSense/realsense...
-
There are few references on using the RealSense Python wrapper with Conda, and none about using the wrapper with Conda on Mac. So it is going to be difficult to troubleshoot your Conda-based insta...