Edenclaire8
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Posts
Recent activity by Edenclaire8-
Python - Click on a point to get its XYZ coordinates
Hi, Is there a Python reference to use mouse clicking to get a point's world coordinates, similar to how Realsense-viewer does it in C++? Thanks in advance.
-
D415 Pointcloud Rendering extremely slow
Hi, I am working with both Panda3D and a D415 depth camera, so I'm not totally sure who to ask. I am capturing and rendering a pointcloud from the depth camera onto a 3D grid made in Panda3D. Howev...
-
Calibrating D415 camera before opening window
Hi, I have the following try-finally block borrowed from the demo box_dimensioner_multicam (https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/box_dimensioner_multi...
-
2 color frames to display different data?
I am trying to show the same color frame capture twice but have each window display different information. I am using np.hstack to line up the two color captures horizontally, and I've declared two...
-
How does the Box Dimensioner Multicam work exactly?
I've been looking into the Box Dimensioner Multicam tutorial code that Intel provides, but I am confused about how it works specifically. Is it drawing out a plane after it calibrates with the ches...
-
pyrealsense keyboard input?
If I want to press a key on the keyboard and have it reorient the camera on a specific axis, is there anything from the realsense library that could perform that?
-
Iterate through the vertices in a point cloud
Hi, I am trying to iterate through points in my point cloud using pyrealsense.points.get_vertices() in a for loop, made by my D435 series camera. However, BufData is not iterable, and neither is th...