we have many computer in which we are testing multicam and we notice this:
in computer where we installed older version of sdk all works fine..In new pc instead where we installed latest version of sdk and driver we get the “cl.eye.CLCamera.CLEyeGetCameraCount()I”
so i found that where older version of sdk were installed, the cleymulticam.dll we placed in system32 is 68kb (version 1.0.1.108 ) works fine.
If we change the dll (copy into system32) with newer version (version 1.0.1.0509) we get in processing the UnsatisfiedLinkError.
another strange thing is that there are 2 different cleymulticam.dll (one 38kb and one 44kb) into sdk directory in code laboratories directory..(under redist dir and bin dir).
so it seems new version of lib has some issue with CLEyeGetCameraCount
we are trying to use the new version of sdk because we get camera image corruption.