Smartstartup1081
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Smartstartup1081-
Smartstartup1081 commented,
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.
-
Smartstartup1081 commented,
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...
-
Smartstartup1081 commented,
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....
-
Smartstartup1081 created a post,
Inaccurate depth value - when trying to measure distance to object from Camera
I am seeing inaccurate depth measurement when trying to measure object to distance from camera at given depth point . If Object is in Center of the image i.e (for 640 x 480 rgb res) if object cent...
-
Smartstartup1081 commented,
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...
-
Smartstartup1081 commented,
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 <...
-
Smartstartup1081 commented,
Thanks @MartyG will try this out and update the thread
-
Smartstartup1081 created a post,
Urgent: Need help: Binary image (to generate ROI) from Depth information D435
Hi, I want to generate ROIs for a given frame (RGB or Depth). Goal is to make pixel values '1' if any object (with height) present at certain x,y, z location in frame in D435 frame and all other ...