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

How to disable IR camera? #2

Closed
flymin opened this issue Jul 22, 2019 · 2 comments
Closed

How to disable IR camera? #2

flymin opened this issue Jul 22, 2019 · 2 comments

Comments

@flymin
Copy link

flymin commented Jul 22, 2019

I have a different laptop but with an IR camera. After i install Mojave 10.14.5, the IR camera seem to be used in the first hand. In some apps I can choose the source of camera input, but others can't. I have been suffering from the IR images for a long time. How did you exactly disable it?

@kk1987
Copy link
Owner

kk1987 commented Jul 22, 2019

I think most if not all laptop cameras are USB devices, which you can disable via the SSDT config for USBInjectAll.kext.

Basically take these steps:

  1. Find which USB port is the IR cam connected to. Follow "port discovery" section of https://www.tonymacx86.com/threads/guide-creating-a-custom-ssdt-for-usbinjectall-kext.211311/
  2. Edit ACPI/dsl/SSDT-UIAC.dsl to remove that particular port's definition
  3. Recompile the SSDT (e.g. by running update.sh under ACPI/dsl/) & install the updated SSDT-UIAC.aml

@flymin
Copy link
Author

flymin commented Jul 23, 2019

Thank you for your help. All work well!

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