We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am using processing 2, simple open NI, open NI. When I run the code below I get the error, "[Stream 70] Expected max 1748 data bytes, but got 1908. Dropping..."
import SimpleOpenNI.*; SimpleOpenNI kinect;
void setup() { size(640*2, 480); kinect = new SimpleOpenNI(this); kinect.enableDepth(); kinect.enableRGB(); }
void draw() { kinect.update(); image(kinect.depthImage(), 0, 0); }
The image still displays, but does anyone have any information on this? When searching Google, I ran across similar issues, but that was in 2011 and they were unresolved.
Answers
I would suggest to use old version of SimpleopenNI 0.27 with processing. Don't use Kinect sdk and get the drivers from here
https://drive.google.com/file/d/0Bz0wV2cBY7vVSE9YR0haeEprcUU/edit?usp=sharing https://drive.google.com/file/d/0Bz0wV2cBY7vVTXVwM2ZaRFg3VVk/edit?usp=sharing https://drive.google.com/file/d/0Bz0wV2cBY7vVUkp0MzVwanJ0Qzg/edit?usp=sharing
SimpleOpenNI 0.27 Drivers and Library, Blyk