
Kvuong
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Kvuong-
Kvuong commented,
Can you provide an example implementation for the three filters please? Thanks, Kenneth
-
Kvuong commented,
Hi Marty, thank you for the response. I already use a decimation filter, but i didn't input the "decimated = df.process(frame).as_frameset()" line. Can you explain what this does? Are there any oth...
-
Kvuong created a post,
Setting D405 Camera Exposure in Python
Hello, is there a method to set the camera exposure for the Realsense D405 camera? Say, I have an image, then I put a piece of paper to fill up a lot of the screen. The camera will compensate for t...
-
Kvuong commented,
For a 1:1 comparison, here is the head in the same position and sensed through my code in the API. And here is my code: import pyrealsense2 as rsimport cv2import numpy as npimport library as li...
-
Kvuong created a post,
RealSense D405 Depth Map Fidelity
Hi there, I am using the D405 depth camera to track a marker that I detect using OpenCV. I have a green marker that I track by masking a camera image, then I use the tracked position to retrieve 3D...
-
Kvuong commented,
Can you provide an example of how to build from source code on Python windows?
-
Kvuong commented,
Hi Marty, trying that approach didn't change the results. I suspect that the calculate and map to functions are just taking too much processing time, is there a way to retrieve the XYZ coordinates ...
-
Kvuong commented,
Rather, narrowing it down some more it seems like the root of the cause is found at. pts = pc.calculate(aligned_depth_frame) pc.map_to(aligned_color_frame)
-
Kvuong commented,
Hi Marty, I've found a workaround that lets me record videos for an extended period of time by writing the output out to a separate .txt file. However, I've found a different problem in the code in...
-
Kvuong commented,
Hi Marty, I think I might've figured out the alignment, but now I run into a separate issue. I've read implementation on Keep(), mainly the ones below: Saving pyrealsense2.pyrealsense2.depth_frame ...