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

macOS Monterey all settings greyed out #15

Closed
affrae opened this issue Aug 13, 2021 · 38 comments
Closed

macOS Monterey all settings greyed out #15

affrae opened this issue Aug 13, 2021 · 38 comments
Assignees
Labels
bug Something isn't working Monterey

Comments

@affrae
Copy link

affrae commented Aug 13, 2021

Describe the bug

in macOS Monterey all settings greyed out

To Reproduce
Steps to reproduce the behavior:

  1. Launch app
  2. Choose your camera

Expected behavior
Able to set settings for the camera

Screenshots

Note: camera does show up I have just blacked out the camera image.

Screen Shot 2021-08-13 at 10 49 11 am
Screen Shot 2021-08-13 at 10 49 14 am
Screen Shot 2021-08-13 at 10 49 18 am

Desktop (please complete the following information):

Additional context
Hi! I know it is a beta OS but opening here for reference, not expecting an immediate fix :)

@affrae affrae added the bug Something isn't working label Aug 13, 2021
@Itaybre
Copy link
Owner

Itaybre commented Aug 20, 2021

@affrae I would like to see the USB Descriptor for this camera.
Can you share it using this method?

@affrae
Copy link
Author

affrae commented Aug 22, 2021

@Itaybre Here you go - hope this helps!

USB Bus Probe.txt

@Itaybre
Copy link
Owner

Itaybre commented Aug 24, 2021

The descriptor seems to be fine, I will be testing this on a VM this weekend and already found a provider for the webcam locally in case the issue is with the camera and not Monterey

@affrae
Copy link
Author

affrae commented Aug 24, 2021

Wow - thank you!!

@enquora
Copy link

enquora commented Aug 24, 2021

The descriptor seems to be fine, I will be testing this on a VM this weekend and already found a provider for the webcam locally in case the issue is with the camera and not Monterey

The problem occurs with a Microsoft Lifecam also - it’s Monterey rather than any specific camera. A build which works under Big Sur as expected exhibits described symptoms under Monterey.

I haven’t had time to debug, and won’t likely until the weekend.

@tfpbatelaan
Copy link

Hey there, this also occurs on Big Sur on my 15-inch mid-2015 Macbook Pro. It doesn't even work with the built-in!

@Itaybre
Copy link
Owner

Itaybre commented Aug 25, 2021

Hey there, this also occurs on Big Sur on my 15-inch mid-2015 Macbook Pro. It doesn't even work with the built-in!

That's expected behavior with built-in camera, apple doesn't allow low level communication with it

@bkboy21
Copy link

bkboy21 commented Aug 31, 2021

hey , im using a mac mini and this webcam :
https://www.amazon.com/dp/B08DXSG5QR/ref=cm_sw_r_apan_glt_fabc_XKFH6SSFZXRYQSP0XB7P?_encoding=UTF8&psc=1

all settings work but pan\zoom\tilt wont work . anything we can do about that ?
thank you for your contribution !!!!

eMeet Nova:

      Product ID: 0x2015
      Vendor ID: 0x328f
      Version: 0.30
      Serial Number: Ucamera001
      Speed: Up to 480 Mb/s
      Manufacturer: SHENZHEN EMEET TECHNOLOGY CO.,LTD.
      Location ID: 0x14200000 / 4
      Current Available (mA): 500
      Current Required (mA): 200
      Extra Operating Current (mA): 0

@affrae
Copy link
Author

affrae commented Aug 31, 2021

I should point out that LogiTune is not working either, so we may need to be patient here as it could be an underlying Beta issue, or require some rework generally.

@apobst83
Copy link

apobst83 commented Sep 2, 2021

+1 on the greyed out sliders in monterey. I am using a Dell Ultrasharp 4k Webcam.

EDIT: It's an Intel Macbook Pro 13" 2020)

@jrykner
Copy link

jrykner commented Sep 13, 2021

+1 with latest Mac OS12 Beta 6, greyed out sliders, with logitech c922 webcam, it does recognize and preview, on Mac M1 but all options are greyed out

@mattiasstahre
Copy link

+1 All settings are greyed out. I'm on Beta 7

@ghost
Copy link

ghost commented Oct 5, 2021

+1 Any updates on this? I'm on beta 12. No worries if you're still figuring this one out.

@affrae
Copy link
Author

affrae commented Oct 25, 2021

Hi @antomal - I opened this issue for MacOS 12 (Monterey).

May I suggest, to help the maintainer out, that you open a seperate issue and describe what your problem is with macOS 11.6? Screenshots and steps would help.

💜

@affrae
Copy link
Author

affrae commented Oct 25, 2021

LogiTune with a recent update is now working on my 12.0.1 installation.

@Itaybre
Copy link
Owner

Itaybre commented Oct 25, 2021

@affrae Didn't know macOS 12 was released to everyone, going to update asap

@affrae
Copy link
Author

affrae commented Oct 25, 2021

Hey @Itaybre no rush mate - I just wanted to keep this issue for Monterey. Really appreciate your work.

@Itaybre
Copy link
Owner

Itaybre commented Oct 26, 2021

Found the reason, it seems to be a process that has exclusive access to the camera Interface

002545.279318 CameraController@(null): AppleUSBHostUserClient::openGated: could not open provider IOUSBHostInterface. provider already opened for exclusive access by UVCAssistant

Still no clue how to bypass this

@affrae
Copy link
Author

affrae commented Oct 26, 2021

I am clean installing Monterey now it is out officially - I will see if I can find out more about this process later.

@Itaybre
Copy link
Owner

Itaybre commented Oct 26, 2021

@affrae found a workaround, seems like I don't really need to open the interface.

Just remove

interface.pointee.pointee.USBInterfaceOpen(interface) == kIOReturnSuccess

in the file UVCControl.swift, lines 46 and 69

I will need some testing to see if this isn't needed either on Big Sur before uploading the change

@affrae
Copy link
Author

affrae commented Oct 26, 2021

Nice work, man - I am sure the community appreciates it!

@iAamir1
Copy link

iAamir1 commented Oct 27, 2021

@Itaybre @affrae - Hi - I am new to gitihub and was interested in downloading this program for my new M1 Max MacBook Pro that is having serious flickering issues with the inbuilt camera across all programs. I found out that its something to do with 50Hz + 60Hz and associated lighting so need to change the setting to make it work. I am here in the UK. I downloaded V1.3 on Monterey but everything is greyed out so I can't change the options. Is this something you are working on? Appreciate all your hard work guys!

@affrae
Copy link
Author

affrae commented Oct 27, 2021

Hi @iAamir1 I am just another user like you I can't help here. I have to defer to @Itaybre - but as you see from the above comment they is testing something now, so hang in there for bit.

EDIT: I just noticed that you are talking about the inbuilt camera - you will need to talk to Apple about that as developers do not get access to change its settings.

Also - just FYI GitHub is a code hosting service, we don't provide support for code or applications hosted on our service 💜

@Itaybre
Copy link
Owner

Itaybre commented Oct 27, 2021

@iAamir1 Unfortunately apple doesn't allow developer to control the inbuilt camera, this apps only works with external usb cameras

This might have changed on Monterey, but I haven't seen any different behavior

@iAamir1
Copy link

iAamir1 commented Oct 27, 2021

@affrae @Itaybre Thanks for coming back to me so quick. So there is no way round this ? As in now way for me to change the in built camera to 50Hz or decrease framerate?

@affrae
Copy link
Author

affrae commented Oct 27, 2021

@affrae @Itaybre Thanks for coming back to me so quick. So there is no way round this ? As in now way for me to change the in built camera to 50Hz or decrease framerate?

The only folk that may be able to help you are Apple

@Itaybre
Copy link
Owner

Itaybre commented Oct 31, 2021

Fix merged, working on another fix and will upload a new build

@Itaybre Itaybre closed this as completed Oct 31, 2021
@affrae
Copy link
Author

affrae commented Oct 31, 2021

Thank you, sir! Without me pitching the feature, you should look into sponsorship 😈

@olsw
Copy link

olsw commented Nov 1, 2021

Latest build failed so can't get this version, could you take a look please

@affrae
Copy link
Author

affrae commented Nov 1, 2021

Confirmed 1.3.1 Release binary working for me on Monterey.

@Itaybre
Copy link
Owner

Itaybre commented Nov 1, 2021

@olsw you can download build 1.3.1 from the release now

Thank you, sir! Without me pitching the feature, you should look into sponsorship 😈

Unfortunately Github Sponsors is not available on my country and I did setup a Ko-fi site, but still haven't been able to give it some love.
I may add the sponsor link once I finish v2.0 with menu bar configuration

@affrae
Copy link
Author

affrae commented Nov 1, 2021

Unfortunately Github Sponsors is not available on my country

Oh man I forgot about that, sorry.

@4ndv
Copy link

4ndv commented Jan 3, 2022

Sadly, but for me it's still the same. Tested on 12.0.1, then updated to 12.1 but all the settings is still greyed out :(

@affrae
Copy link
Author

affrae commented Jan 3, 2022

@4ndv what camera?

@bobbynj81
Copy link

@affrae Everything is grayed out for me as well on Mac Monterey, M1 Mini with a Logitech Brio.

@affrae
Copy link
Author

affrae commented Jan 10, 2022

Hi folks I'm just another user like y'all. I opened the issue here and since then the issue has been resolved for me. I can't help much here.

@Itaybre do you want folks posting on this issue, or keep this closed off and get folks to open a new one?

@rinogo
Copy link

rinogo commented Mar 30, 2023

Same issue, this time with an "HD Webcam eMeet C980 Pro".

@vogithub1
Copy link

Same issue - Macbook Air 13 2015 FaceTime HD Camera Monterey 12 3 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Monterey
Projects
None yet
Development

No branches or pull requests