
Sangngvt
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Sangngvt-
Sangngvt commented,
hmm look like this is not my situation, the rgb image is not dark but it has some long black streaks appearing in the rgb image, this affects my hough circle function, so how can i make the rgb bac...
-
Sangngvt commented,
Hey, I'm leaving a comment here in case your notification gets lost.
-
Sangngvt commented,
And this my code after fixing: import pyrealsense2 as rsimport numpy as npimport mathimport cv2 pipeline = rs.pipeline()config = rs.config()config.enable_stream(rs.stream.depth, 640, 480, rs.format...
-
Sangngvt commented,
Thank you very much for the useful information, I tried it and I found that the z direction error is good, the y direction error is only about 0.6 mm, however for the x direction error, after tryin...
-
Sangngvt created a post,
i have large error when trying to conver a pixel point to 3d point with d435
I created a python code to convert 1 pixel point on a color image to 3d coordinates. When I take actual measurements with a ruler, z (depth from camera to object) is almost correct, however for the...
-
Sangngvt commented,
Hey i found an old topic and i tried to reset the calibration data to its factory and the camera seem back to normal, thank you for your help
-
Sangngvt commented,
hey, i tried changing the settings as you said and the error is still the same.
-
Sangngvt commented,
As you can see the depth here is 1.3m, however when i measured with a tape ruler, it was 0.59m
-
Sangngvt commented,
-
Sangngvt commented,
Thank you for replying me, here are rgb and depth images: