libfreenect icon indicating copy to clipboard operation
libfreenect copied to clipboard

Make raw depth array more efficient

Open shiffman opened this issue 14 years ago • 1 comments

I'm rewriting the data as an array of ints, i can leave it as a ShortBuffer or just use the array() function to convert

shiffman avatar Jan 04 '11 21:01 shiffman

Daniel, thanks so much for this excellent work. It would be useful to be able to get the depth image in its most raw form - a block of bytes or shorts. I'm interested in using the depth image as the basis for video frames, so need to be able to write the data to disk efficiently and compactly.

guyjbrown avatar Mar 01 '11 10:03 guyjbrown