jkevin/PS3EyeDirectShow

A regedit script to make ps eye work in Unity and possibly other apps

leavittx opened this issue · 5 comments

The following regedit script could be used in order to make this driver to work in Unity and possibly other apps:

Windows Registry Editor Version 5.00
                                                                                                                         
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{860BB310-5D01-11d0-BD3B-00A0C911CE86}\Instance\PS3 Eye Universal]
"DevicePath"="ps3eye:universal"                                                                                          
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{860BB310-5D01-11d0-BD3B-00A0C911CE86}\Instance\PS3 Eye Universal]
"DevicePath"="ps3eye:universal"

It can be either automatically run within the installer or provided in the Releases as a separate pseye_reg_path.reg file

P-L-K commented

Hello,
Just tried your fix; but it didnt work. Obs Virtualcam is still my only solution.
Apps I've tried: Chrome and Discord.

Is it possible for an individual to insert this or do we have to wait until the installer is updated?

mirh commented

Something is rotten in denmark.
I literally just installed the driver on two computers (same W10 version), and one worked while the other didn't.
The issue was eventually caused by the driver not properly being installed in the first place (somehow one of these GUIDs isn't properly cleared/completed, and you have to uninstall the camera a couple of times in device manager) (probably 41d0e09 not being 100% tested) but while I was investigating I found this same difference in the registry.

And I'm wondering: how the hell could I have it at all when the installer doesn't mention it?

Hi, I've created a fork containing various fixes including web browsers and Discord.
Can you test to see if it's working? Thanks.

Amazing work, @AllanCat!
I promise to test it on my machines once I find my camera!