Brand new to Processing but not development. I've been trying to get basic feedback from my Kinect for windows without much luck. Hoping that maybe I'm missing something fairly simple.
I am getting an error on the "size(kinect.depthWidth()+kinect.rgbWidth(), kinect.depthHeight());" line.
Error is "IllegalArgumentException: Width (0) and height (0) cannot be <= 0"
I understand what this error is protecting against. My concern is why the kinect object is returning zero for the depthWidth, rgbWidth, and depthHeight functions.
Any ideas or would more information need to be provided to help out? Thanks a lot!
Edit: Sorry, forgot some potentially essential info. Running Processing 2.0b3 and it appears that SimpleOpenNI that is being loaded is Version 0.27