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

Combine with macam64 static library? #19

Open
cfwdman opened this issue Apr 4, 2021 · 1 comment
Open

Combine with macam64 static library? #19

cfwdman opened this issue Apr 4, 2021 · 1 comment

Comments

@cfwdman
Copy link

cfwdman commented Apr 4, 2021

using legacy usb cams (e.g. the PS3 Eye Cam) with modern MacOs
raises a couple of interests due to so many remote use cases.

macam which provides a driver for many legacy USB cams has been ported to catalina as macam64 but this makes available a static library only. I'd love to use this with OBS Studio which can ingest CodeMedioIO DAL Plugins only.

How hard would it be to include support for macam64 creating a CoreMediaIO DAL Plugin?

@lvsti
Copy link
Owner

lvsti commented Apr 5, 2021

Hi, it should be technically feasible. I don't know much about macam but if it is a userspace driver then things get a lot simpler as there would be no need to develop a kext. In the simplest case the macam library could be linked to the plugin itself, or if access needs to be multiplexed (allowing various processes to use the camera simultaneously) then to the assistant process.

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

2 participants