Hi!
I currently have a project where I am using the ps eye with drivers from this page.
It works great with openCV, but I want to get SL SDK to work, since it has some features I want.
But there is where the problem arises…
All frameworks i’m working towards are written in C, ANSI-C acctually.
But CLEyeMulticam.h is written for C++ and I can for that reason not compile it with VS ANSI-C compiler.
Can I modify it so that it will compile with ANSI-C?
Thanks on beforehand!
-Andreas
—EDIT—
I might have solved the problem, will update if it doesn’t work.