Smartstartup1081
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Smartstartup1081-
Thank you for the details. Can I set FOV for IR imager to be same as Color Imager...and try out distance measurment? will that help me to get better accuracy? How can I configure FOV values.
-
Thanks for the reply. Yes - I am writing own script that uses alignment - not using RealSense Viewer. Where can i find details on FOV of Color imager (for D435)...? I think this is very critical s...
-
I am using D435 camera - below are my resolutions that I set for depth and color sensor's self.config.enable_stream(rs.stream.depth, 848, 480, rs.format.z16, 30)self.config.enable_stream(rs.stream....
-
Able to solve the problem with OpenCV threshold -> Convert RGB to Gray -> Do Gaussian blur -> Apply OTSU threshold on blur image - This will give you binary image Thank you for the support Mart...
-
From reference cpp - Tried above code (python) - But hitting below error - I am getting depth_image as Numpy array - not single value...How should I proceed..please help ERROR: if (pixel_dist <...
-
Thanks @MartyG will try this out and update the thread