-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver Question #1
Comments
Not currently. Since QuickTime no longer exists on macOS 10.15, I just removed all the QuickTime driver stuff from my macam port. If I understand correctly, we'd need to reimplement the driver using CoreMediaIO DAL. |
I wasn't aware of QuickTime in macOS 10.15 as I do have QT. I'll read about the CoreMediaIO as is my first time implementing drivers on macOS. |
On macOS 10.15 the QuickTime + QTKit frameworks are no longer available. ( |
I was sure that was something out of my knowledge, as said really new to drivers. Just out of a need I was trying to make work my old Playstation Eye with my mac and was not working. Now is just for fun. I'll investigate, but if you think I can help with anything specific let me know. |
Sounds good. I don't have the time at the moment to work on the driver, but if you want to work on a PR, I'll do what I can to help. |
This is EXACTLY why I want to use this driver, for my PlayStation Eye. I hope someone will be able to make it work with 10.13.x and more. |
Just throwing this out there: the original macam doesn't work in High Sierra. I got in touch with its developer and he is no longer maintaining it and will not update it. This leaves an awkward gap where people who're still using 32-bit apps like myself and using High Sierra/Mojave won't be able to use the old version, neither the new one. Please do consider, if you're still working on this, to support at least macOS Mojave. Thanks. |
How about implementing it via Syphon? Edit: CamTwist supports Syphon |
As half the world works from home right now, I'd pay money to get this going. New webcams cost 100 USD+ and are often out of stock. I have 3 good USB webcams that don't work with macOS Catalina anymore. My guess is that many people have the same problem and only a few search long enough to find this project. |
I am also rooting for the development of this driver :) |
Hi! Is anyone still working on this? I think almos all of us come here cause we wanted to use PS3Eye as webcam in OSX. Is it posible to make some guidelines or something to make it work? o may work together? I'm not into OSX Drivers or C++, but would love to help somehow. |
Same here, I have serveral PS3 Eye cams and would like to have a multi-eye view on things (e.g. Guitar Lessons), so creating a CoreMediaIO DAL (plugin) sounds like an interesting corona project. Starting Point for me would be the CoreMediaIO DAL plugin example mentioned above combined with source code for the mac "virtual camera" plugin provided by "OBS Studio" at the "mac-virtualcam" part. |
Hi!
There is any way to install the driver? I can't figure out how to deal with the .a and how to wrap it into a kext if this is what needs to be done.
Thanks!
The text was updated successfully, but these errors were encountered: