jkevin / PS3EyeDirectShow

DirectShow source filter for PS3 Eye via WinUSB
GNU General Public License v3.0
322 stars 44 forks source link

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

Open leavittx opened 4 years ago

leavittx commented 4 years ago

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 4 years ago

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

ShadowTheLight commented 4 years ago

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

mirh commented 2 years ago

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 41d0e09f040bd1494505af1a870e0a5c46ddacd8 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?

AllanCat commented 1 year ago

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

leavittx commented 11 months ago

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