Hi,
I am having a hardtime trying to figure out why the java/processing example does not work.
I have tried everything i can remember and no luck.
I placed the the library in processing’s libraries folder.
i’ve looked in the java code and it tries to find the DLL from
—C://Program Files//Code Laboratories//CL-Eye Platform SDK//Bin//CLEyeMulticam.dll
—C://Program Files (x86)//Code Laboratories//CL-Eye Platform SDK//Bin//CLEyeMulticam.dll
That is where CL SDK is installed by default. I have it installed on that path.
The system path also includes that path (for dll finding)
i have also tried to copy the DLL to processing’s root folder, to the library’s folder, to a code folder inside the project’s folder.
basically i ‘ve tried it everywhere where processing would find it but it just does not work
i’ve tried re-compiling the java library and changing the dll path, even adding a new string with no path.. No luck!
it *always* crashes on the first line it using CLCamera, in my case is a a getCameraCount() as it is in most cases i think.
any ideas?
thanks in advance.