Hi all ,
First of all thanks for this great CL-Eye SDK , am trying to use the SDK with eclipse I used the .lib file in :
Code Laboratories\CL-Eye Platform SDK\Lib
but used the .h file in here :
http://codelaboratories.com/research/view/cl-eye-muticamera-api
as the .h file in :
Code Laboratories\CL-Eye Platform SDK\Include
gives me syntax error something like :
g++ -IC:\OpenCV\PS3 -IC:\OpenCV\cv\include
-IC:\OpenCV\videoInput0.1991\compiledLib\compiledByDevCpp\include -IC:\OpenCV\cvaux\include -IC:\OpenCV\cxcore\include -IC:\OpenCV\otherlibs\highgui
-IC:\OpenCV\otherlibs\cvcam\include -O0 -g3 -Wall -c -fmessage-length=0 -oPS3.o ..\PS3.cpp
In file included from ..\PS3.cpp:17:
C:/OpenCV/PS3/CLEyeMulticam.h:68:1: pasting ")" and "int" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:69:1: pasting ")" and "GUID" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:72:1: pasting ")" and "CLEyeCameraInstance" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:74:1: pasting ")" and "bool" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:77:1: pasting ")" and "bool" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:78:1: pasting ")" and "bool" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:81:1: pasting ")" and "bool" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:84:1: pasting ")" and "bool" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:85:1: pasting ")" and "int" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:88:1: pasting ")" and "bool" does not give a valid preprocessing token
C:/OpenCV/PS3/CLEyeMulticam.h:89:1: pasting ")" and "bool" does not give a valid preprocessing token
..\PS3.cpp: In function `int main(int, CHAR**)':
..\PS3.cpp:139: warning: unsigned int format, long unsigned int arg (arg 2)
..\PS3.cpp:149: warning: unused variable 'param'
Build error occurred, build is stopped
Time consumed: 1250 ms.
after the program ran successfully , the capturing doesn’t seem to agree with it
it capture a black window and may be after time display some distortion of the image , although the .exe files in the Bin folder works
very well
I’m very confused whether the .h file give this impact or how to solve the problem
Thanks in advance ,