Hi, thank you for answering quickly.
I’m developping an application using DirectShow webcams as input, so to use 4 eyetoys in this application do I only need the drivers or the full set drivers + SDK + 4 pack ?
I somehow felt this project was abandonned but it’s great to see it’s not.
edit: just bought both the driver and the SDK. the CL Eye Test and the SDK apps work fine, but I don’t see the eyetoys as directShow devices in my app. I’m using the AForge Open Source AI Vision library which is a fine piece of battletested software and works perfectly with other webcams so I’m guessing there is an issue with the directShow component, could that be possible ? (or should I perform some additionnal installation steps than just the installer ?)
edit2: I went in the code of the library and I believe it confirms there is an issue with the directShow Filter. The eyetoys aren’t properly registered as video capture source: the library calls to the windows COM API ICreateDevEnum::CreateClassEnumerator() with the proper CLSID category (I checked with a directShow filter display utility, it’s the good one for both the eye toys and my traditionnal webcam) and only the traditionnal webcam is returned but I have also 2 eye toys connected… Think you can help me on that one please ?