I’m using Matlab R2006b (7.3.0.267) and the latest driver available from CL. I have not gone much further than what I previously described by lack of time but I’m 100% positive the frames are from the PS3Eye and it definitely works without the Logitech Quickcam plugged in.
I attach my Matlab functions for initializing the camera if this can be of any help. Note you can open them as such in any text editor to have a look.
To use them, copy all the files in your Matlab folder (or another one that you’ll need to add to the path), rename them as .m instead of .txt and run VideoPS3Eye05.m after changing the file path for the snapshot.
NB: the snapshot is actually an average over the last 30 frames of an acquisition of 120 frames. This was for the specific need of some measurements and was the most reliable and quickest to implement I could think of at that time because of the bulk data protocole of the PS3Eye that implies a non predictable latency as you will observe if you select the video (‘v’) mode in VideoPS3Eye05.m (a few plots to observe the latency…).
Hope this helps, do not forget to use “delete(vid)” and “clear vid” when you’re done (deallocates memory or equivalent).
Good luck and keep me updated if you get anywhere. I myself am interested in implementing colour tracking.