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

Can Electron support Camera Access on MacOS Majave? #15985

Closed
andrewleo opened this issue Dec 10, 2018 · 9 comments
Closed

Can Electron support Camera Access on MacOS Majave? #15985

andrewleo opened this issue Dec 10, 2018 · 9 comments

Comments

@andrewleo
Copy link

Electron version: 2.0.7
MacOS: Mojave 10.14.1

Description:

I use ios-minicap,which will need the Access to Camera on MacOS Mojave(10.14.1), but even though I accept the access to Camera on "Security and Privacy --- Camera", my application can not use the Camera.
I saw this commit: add media access apis for mojave, seems Camera Privacy can not be supported now?

@welcome
Copy link

welcome bot commented Dec 10, 2018

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@andrewleo
Copy link
Author

May someone help me ? Much thanks!!

@sofianguy
Copy link
Contributor

GitHub issues are for feature requests and bug reports, questions about using Electron or code assistance requests should be directed to the community or to the Slack Channel.

@nornagon
Copy link
Member

You'll need to upgrade to Electron 4, see #15948.

It's possible you could find or write a custom npm module to achieve the same effect.

@andrewleo
Copy link
Author

Much thanks!
I will have a try. BTW, When will Electron 4 release?

@nornagon
Copy link
Member

When it's ready :) hopefully soon!

@andrewleo
Copy link
Author

Greate! I am looking forward to it.

@gch1p
Copy link
Contributor

gch1p commented Dec 25, 2018

I just wrote a native nodejs addon (based on #15624 code) that can be used with older versions of electron: https://github.com/gch1p/mojave-permissions

@andrewleo
Copy link
Author

Much thanks!
We will try this addon as soon as possible.

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

4 participants