yutarochan / simple-openni

Automatically exported from code.google.com/p/simple-openni
0 stars 0 forks source link

Interference in depth map (vertical lines) #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The depth map appears to have vertical lines running through it which get 
closer together the longer the sketch runs. Initially there are just two or 
three, but they seem to creep closer together over time so that there are more 
of them.

These were visible on the SimpleOpenNI_User sample sketch.

I am using version 0.11 with OSX 10.6 on a MacBook Pro.

See attached screenshot.

Original issue reported on code.google.com by andykino...@gmail.com on 27 Feb 2011 at 1:22

Attachments:

GoogleCodeExporter commented 8 years ago
This discussion was also on the openNI mailinglist:
http://groups.google.com/group/openni-dev/browse_thread/thread/65e30853af0d9461
Seams to be the ways the camera works. Also keep in mind, the depth value is 
transformed into a 8Bit(for r,g,b)from a 16bit value, so you lose accuracy. 
Normally you use anyways the depthMap with the 16bit value, not the 
dephtMapImage bitmap.

Original comment by m...@paus.ch on 7 Mar 2011 at 3:44