Kvuong
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by Kvuong-
Hi Marty, I understand. Here are some updates. 1. I converted the numpy array into a list and I get some output now. However I get big blocks of points that have values then big block of just (0,0,...
-
I understand, thanks for the input! In my case, we will be using AI to track a marker and return a specific pixel coordinate that we can to retrieve the XYZ coordinates from. We will be running the...
-
Do you expect that we need to preprocess the photos before using the functions? I was looking at a separate openCV module like this one. OpenCV: Camera Calibration
-
I see on the realsense website link here that we can use the rs2_deproject_pixel_to_point(...) to retrieve the 3D point location in the camera's associated 3D coordinate space. How is this differen...
-
Thank you marty, I got it working such that it can return a higher resolution depth scale. Currently I'm using the D415, and what it returns is quite noisy. Is this just a property of the D415 came...
-
Hi Marty, that sounds great. Do you know how to change the depth scale in Python code?
-
Hi Marty, thank you for the response but my question is a bit different. I just want to make sure that the camera returns depth at .5mm increments (although in the main page it says .1mm increments...
-
So there's no method to retrieving the depth at that .5mm value? I want that method.
-
Hi Marty, thanks for the info. Does this mean that with the D405 we can retrieve a depth field matrix that provides values that read less than a millimeter through the get_depth_frame() function? ...
-
Correction: In the comment above the array is a list of depths returned from a specific pixel captured in the data.