Yiherng
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Yiherng-
Thanks so much for your time, and I really appreciate your help on this matter. I will share my results for sure in the meantime, I hope you have a wonderful weekend.
-
Okay I will try that. Thanks for your advice. Device class regardless in python or C++ should contain information particularly to one camera. If the camera has the correct serial number (like I did...
-
So during the times when the depth readings were 0, I did try hardware_reset() to reset the camera, but the error "Frames did not arrive within 5000" popped up. I think it's because the device was ...
-
Thanks for the reply, regardless of how I colorize the depth image, it seems like the stereo vision is susceptible to surfaces that have reflections ? Is there a way to reset and restart the camera...
-
By the way, the depth scale being 0.0001 does not work as it would just make the correct depth readings even smaller.
-
This is what I see from realsense-viewer app.
-
Now that you mentioned it, it seems really weird to me as well. I use the following method to colorize the depth frame: colorizer = rs.colorizer() depth_image = frame depth_image = depth_image.as_...
-
In the above case, the depth of the bounding box is 0.46 m. Here is how I obtain the depth data, depth = np.asanyarray(depth_image.get_data()) depth = depth[target_box[0]:target_box[2], target_box...
-
Thanks for reply MartyG, Please see the attached color and depth images captured by the camera.