Fpelegri
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Comments
Recent activity by Fpelegri-
Thanks for the feedback, I needed to know more details. I actually do what is in the pyrealsense2 SDK align-depth2color.py example that uses wait_for_frames(). The issue now is that I have a low ex...
-
Hi MartyG, Thanks for that info, was valuable. But the issue I found is in moving objects, there is a little offset between Depth and RGB frames. I show you here real package over a conveyor belt, ...
-
I tried the 3 options: The mode numbers are: (Ref link) 0 = fill_from_left - "Use the value from the left neighbor pixel to fill the hole" 1 = farest_from_around - "Use the value from the neighbor...
-
Hole-Filling Filter did the job! Another issue I had was the little speckles on the image, I don't know if there's another filtering parameter on the camera to consider. I can post-process the ima...
-
Well, I have this box at a 0.6m of distance and there is a light that is generating this black gap in the middle, I used the phone lantern to find out that glares are generating that hole.
-
Result is much better, but now the light is generating a hole inside the object...any other preset recommendation?
-
Thanks for the feedback! My application have to get the shape of the objects on a flat surface, is there an appropriate way to do it using python (pyrealsense2),using STEREO Module of Intel RealSen...
-
Hi MartyG, Much better with 'laser_power = 360' value, gaps became smaller. Thanks! :)
-
Got it! Thanks for the quick feedback! 🙂