Thanks, now i have a green screen when using it on amcap or live messenger.
mee to I have a green screen but good work alex
yep, green screen too
ps3eye test works wonderfully ,3-4 times switched on and off.
Running once AmCap in preview, get an image but when I try to capture error “error: 80004003 Cannot run preview graph”.
If you run in the first place FlashPlayer a video and sound transmitted.
Sorry for my English)
JunglBell & spriit, Please download the latest version of PS3EyeSetup (1.0b81008). I worked on this issue and now its fixed.
~Alex
works fine Alex congratulations!!!
I have only problem, the webcam after works a few minutes the image divide in two like this
dont know if tthese would be useful to you, but they are apparently the drivers sony used for testing the ps3eye, hope they come in usefull,
MadS,
now, i may be dumb,… but how do i install these drivers?
Unzip them, then go to device manager and update the drivers. Manually search in the location you unzipped them. Might I suggest starting fresh and uninstalling the package from Alex, and unplug/reconnect the PS3 EYE.
tried all that and still not working… still no love for x64 systems im guessing.. :(
what do i do with the drivers u gave me???do i put them in the directory for alex p ps3 eye driver??? and i found the program but i still cannot find it for download on that web blog???
I too was having problems with split screen and other abnormalities.
Tried the Sony drivers and they work for touchlib with great results.
It might be time to move this discussion to its own thread.
I too was having problems with split screen and other abnormalities.
Tried the Sony drivers and they work for touchlib with great results.
It might be time to move this discussion to its own thread.
Yeah, we should keep this thread for testing Alex P’s stuff. I’ve tried the Omnivision drivers and they work super with touchlib.
Thanx Alex for pointing out this camera. Will you still finish your own driver?
Of course Alex will be finishing the driver. I don’t think the omnivision one runs at the 60 or 120fps does it? That’s really the benefit of this camera and therefore a driver that supports those high fps is what’s needed and why Alex originally choose this camera.
since installing the latest setup file, (v2.0b81021) in msn I keep getting the application failed to start because winusb.dll was not found. any ideas how to fix this i have tried manually installing the driver and reinsatlling msn and still no joy, cheers again alexp for the hard work,
well i finally got around to installing the omnivision drivers .Finally my camera works in msn again.
the only driver that worked for me of alex’s was PS3EyeSetup.1.0b81008
But if you install it now, it says it’s expired and asks you to update. All other versions have major problems for me. The latest freezes randomly every few seconds. Oh well, I look foward to the future when the drivers more mature
well i finally got around to installing the omnivision drivers .Finally my camera works in msn again.
the only driver that worked for me of alex’s was PS3EyeSetup.1.0b81008
But if you install it now, it says it’s expired and asks you to update. All other versions have major problems for me. The latest freezes randomly every few seconds. Oh well, I look foward to the future when the drivers more mature
@Malakai
@madshaun1984
@Fuji
If your main purpose is to use PS3Eye camera for MSN, Skype and others, go ahead and use omnivision drivers (if they work well). The main reason why I started writing Windows driver for this great camera is to be able to use it in high performance Multitouch/Computer Vision/Image Processing applications. Writing DirectShow video source filter is a major pain since there is no enough documentation around. I will be continuing to work on the PS3Eye bug fixes between other projects I have lined up.
Do you plan on releasing the source for the DirectShow filter at some point? I’m interested in making my own and it would be useful to see how to create a video source filter
*EDIT*
Just found an example of how to create a source filter, and it would seem that you are running off the same example, you should really generate a new GUID for your filter rather than using the one from the example, if anyone else is using the GUID that example, your filter gets overwritten when its installed.
hi Alex, I’m going to digest the touchlib, and there are some problems come out.
Here are some about your ps3eye touchlib.
1. where you cut in the raw touchlib? Are these all in config->configapp.cpp and touchlib->Filter.cpp? so Just add the PS3EyeFilter Function to capture the video data?
2. What’s the key of this driver? I have read your post here
you used the Direct show Video Capture (Here is the MSDN Page) right? If right and you will like to could you give me some demo code to understand?