same error on windows 7 32bit with latest processing 1.2 latest java latest quicktime latest sdk and latest cleye driver
i still get the three path errors
(1) Could not find the CLEyeMulticam.dll
(2) Could not find the CLEyeMulticam.dll
(3) Could not find the CLEyeMulticam.dll (Custom Path)
Getting number of cameras
processing.app.debug.RunnerException: UnsatisfiedLinkError: cl.eye.CLCamera.CLEyeGetCameraCount()I
at processing.app.Sketch.placeException(Sketch.java:1543)
at processing.app.debug.Runner.findException(Runner.java:582)
at processing.app.debug.Runner.reportException(Runner.java:558)
at processing.app.debug.Runner.exception(Runner.java:498)
at processing.app.debug.EventThread.exceptionEvent(EventThread.java:367)
at processing.app.debug.EventThread.handleEvent(EventThread.java:255)
at processing.app.debug.EventThread.run(EventThread.java:89)
Exception in thread “Animation Thread” java.lang.UnsatisfiedLinkError: cl.eye.CLCamera.CLEyeGetCameraCount()I
at cl.eye.CLCamera.CLEyeGetCameraCount(Native Method)
at cl.eye.CLCamera.cameraCount(CLCamera.java:113)
at CLEyeMulticamTest.setupCameras(CLEyeMulticamTest.java:81)
at CLEyeMulticamTest.setup(CLEyeMulticamTest.java:60)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
code in the pde that i changed
// If you see “UnsatisfiedLinkError” then target the library path otherwise leave it commented out.
CLCamera.loadLibrary(“C://Program Files (x86)/Code Laboratories/CL-Eye Platform SDK/Bin/CLEyeMulticam.dll”);
all included sdk test apps work fine as does the cleye driver test so i know the camera works. it also streams fine in isadora on windows so for now im using isadora to track the camera input and pass data to processing but this is a flawed workaround due to speed.
any ideas