Skip to content
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

Open
onedesert opened this issue Mar 14, 2020 · 12 comments
Open

Driver Question #1

onedesert opened this issue Mar 14, 2020 · 12 comments

Comments

@onedesert
Copy link

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!

@smokris
Copy link
Owner

smokris commented Mar 14, 2020

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.

@onedesert
Copy link
Author

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.

@smokris
Copy link
Owner

smokris commented Mar 16, 2020

On macOS 10.15 the QuickTime + QTKit frameworks are no longer available. (QuickTime Player.app still exists, but it uses AV Foundation now.)

https://developer.apple.com/documentation/macos_release_notes/macos_catalina_10_15_release_notes?language=objc#3319804

@onedesert
Copy link
Author

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.

@smokris
Copy link
Owner

smokris commented Mar 18, 2020

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.

@iFredOS
Copy link

iFredOS commented Apr 2, 2020

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.

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.

@donluca
Copy link

donluca commented Apr 6, 2020

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.

@Joshfindit
Copy link

Joshfindit commented Apr 20, 2020

How about implementing it via Syphon?

Edit: CamTwist supports Syphon

@Neo23x0
Copy link

Neo23x0 commented Apr 23, 2020

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.

@vitormeuren
Copy link

I am also rooting for the development of this driver :)
If you intend to go even further and develop a kind of macam for OS 10.13 and higher
I would like to offer my services (as graphic designer) to design any necessary UI or GUI.

@ccastrohub
Copy link

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.

@cfwdman
Copy link

cfwdman commented Apr 4, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants