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

Cannot detect any webcam in macOS Catalina 10.15 #2

Closed
gordonel opened this issue Oct 13, 2019 · 4 comments
Closed

Cannot detect any webcam in macOS Catalina 10.15 #2

gordonel opened this issue Oct 13, 2019 · 4 comments

Comments

@gordonel
Copy link

HI @jtfrey. Thanks for the app.

I've been trying to find out the the app is broken on Catalina, but to no avail. It cannot detect any webcams whatsoever. Please, can you take a look?

@jtfrey
Copy link
Owner

jtfrey commented Oct 16, 2019

Not all webcams can be controlled via UVC. E.g. on my 2014 MacBook Pro:

$ ./uvc-util --list-devices
ERROR:  no UVC-capable devices available

That laptop model definitely has an integrated camera, it's just not a USB camera.

@jtfrey jtfrey closed this as completed Oct 16, 2019
@gordonel
Copy link
Author

@jtfrey I'm afraid there's a misunderstanding here.

I had everything working on Mojave and I could control the built-in webcam. I also have Logitech Brio connected, which is a UVC-capable webcam. In Catalina, I can to longer control it

@gordonel
Copy link
Author

UPD: updated to the latest master. Now it can see the camera but doesn't list any controls

@jtfrey
Copy link
Owner

jtfrey commented Oct 29, 2019

Perhaps Apple changed the USB camera driver or the parameters it exposes to applications — that happens. I don't have access to the cameras I used to write and test this program back when I wrote it. Feel free to fork and add fixes for Catalina.

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