Skip to content

Instantly share code, notes, and snippets.

@garaemon
Last active November 1, 2015 04:39
Show Gist options
  • Save garaemon/11311514 to your computer and use it in GitHub Desktop.
Save garaemon/11311514 to your computer and use it in GitHub Desktop.
openni topic data usage
Topic Bytes per pixel VGA k bytes per message m bytes per sec (30fps,VGA) m bits per sec (30fps, VGA) Notes
camera/depth/image_raw 2 600 17 140 uint16 in mm
camera/rgb/image_raw 1 300 8 70 uint8 Bayer format
camera/depth/points 16 4800 140 1125 3*sizeof(float) + 4 bytes padding
camera/depth_registered/points 32 9600 281 2250 Additional 16 bytes (mostly padding) for RGB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment