Gappdietmar

  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by Gappdietmar
  • Gappdietmar commented,

    ok, I tried the following: I think this is the tight place to do the filtering:  verts = np.asarray(points.get_vertices(2)).reshape(h, w, 3)  texcoords = np.asarray(points.get_texture_coordinates(...

  • Gappdietmar created a post,

    pyglet show color image

    I tried to blit a camera image over the pointcloud with a shortcut. what I did, based on "pyglet_pointcloud_viewer.py"   success, frames = pipeline.try_wait_for_frames(timeout_ms=0)    if not succ...

  • Gappdietmar created a post,

    pyglet_pointcloud_viewer.py example an filtering

    I looked at this script: pyglet_pointcloud_viewer.py I have created a box, now I only want to display the points within this vertices. I would like to continue working with these points and outpu...

  • Gappdietmar commented,

    i would like to keep it very simple, it is really only about a rough distance measurement. i have looked at the example pyglet_pointcloud_viewer.py, i am familiar with pyglet and with it i should g...

  • Gappdietmar created a post,

    colission detection example for python

    Hi, for a media installation i am looking for a simple python example of how i can detect a collision in a defined area. E.g. 200cm in front of the sensor there is a 50x50x50cm defined volume in th...