Edenclaire8

  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 7

Activity overview

Latest activity by Edenclaire8
  • Edenclaire8 created a post,

    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.

  • Edenclaire8 created a post,

    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...

  • Edenclaire8 created a post,

    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...

  • Edenclaire8 commented,

    Thank you for the advice. 1.) So I tried making two separate windows (using OpenCV's cv2.namedWindow) where one shows world coordinates and the other shows a bounding box around an object. (This id...

  • Edenclaire8 created a post,

    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...

  • Edenclaire8 commented,

    Thanks for the thorough response, MartyX Grover!  Just to clarify, if the bounding box is drawn on the color frame with the point cloud from the depth data, is the program drawing a box on the obje...

  • Edenclaire8 created a post,

    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...

  • Edenclaire8 created a post,

    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?

  • Edenclaire8 commented,

    That was exactly what I was looking for. Thanks MartyG!

  • Edenclaire8 created a post,

    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...