KinectProjectorToolkit icon indicating copy to clipboard operation
KinectProjectorToolkit copied to clipboard

I am getting an error when trying to run the code ;(

Open boomshokka opened this issue 9 years ago • 4 comments

This is the error I run into. unfortunately my processing skills are not good enough to find a solution myself ;/ Any help would be appreciated.. kinect Toolkit.pdf

boomshokka avatar Apr 21 '16 14:04 boomshokka

just needed to change arrayValues() to getArrayValues() if anyone gets the same error. This is apperantly due to a library update :) All working now

boomshokka avatar Apr 21 '16 18:04 boomshokka

Thanks for this, man! Also I'm getting the following errors in the Util tab:

Line 5: add(ca); The function "add()" expects parameters like: "add(component)"

Line 11: ca.init(); The function "init()" does not exist.

Line 12: show(); The method "show" from the type Window is deprecated.

I'm using Processing 3 on MacOS Sierra. Please help out! @boomshokka

iamlegolas avatar Nov 27 '16 09:11 iamlegolas

@savvasio @scratchyone @taimur38 @genekogan

iamlegolas avatar Nov 27 '16 09:11 iamlegolas

https://github.com/sojamo/controlp5/issues/17

Okay, it was a compatibility issue with Processing 3. I've switched to Processing 2 and it's working fine now!

iamlegolas avatar Nov 27 '16 10:11 iamlegolas