First of all, I hope I’m not breaking the CL Eye Platform SDK EULA in any way by posting this program here.
Second, I hope I’m not infringing on any copyrights or licenses by basing this little program on the examples provided in the CL Eye Platform SDK. I could not find any licensing information except the copyright notice in the source files.
Third, If I am infringing on something or someone, please be gentle, and know that I’m not out to make any money from this.
That said, I present to you EyeCapture
It is not shiny and equipped with a fancy GUI, but it provides some interactive control of the capture settings, and allows the capture of image sequences directly from the PS3 Eye Camera, and it provides a timestamp for each individual frame (conveniently listed in a .txt file).
I made the program for a research project where we are tracking the rotation speed of a spindle (don’t ask, it’s very geeky). We needed reasonably accurate time information for each picture, and reasonably high speed image acquisition, on a reasonably tiny budget.
Beware that the timing information seems to have high precision, but the accuracy of it does not match the number of digits. It is based on the QueryPerformanceCount whatchamacallit, and the exactness if QPC has been questioned (especially on speed-stepping CPUs).
The images are written directly to disk without any buffering(works for the speed and resolution I needed, I might add buffered write in the future.) Monochrome images and low resolution allows for capture in up to 187Hz, though I have not verified it empirically.
For now EyeCapture is Vista/Win 7 only, and it has only been tested on Windows 7.
If it complans about MSVCsomething.dll you need the Visual C++ 2010 Runtime Libraries (x86), run setup.exe when installing to avoid this problem completely.
I would attach the files to the post, but I get an error which I think means I’m not trusted so here is a link instead:
http://conceptotheorist.com/download/EyeCapture.zip
Anyways, enjoy, and post feedback in this thread.
- peb.
Edit:
I’m guessing most people doesn’t trust my installer, here is a link to the raw program:
http://conceptotheorist.com/download/eyecapture_noinstall.zip
I also forgot to mention that the source was included in the installer, here is a direct download of that too:
http://conceptotheorist.com/download/eyecapture_source.zip
Cheers,
peb.