hokein / electron-sample-apps

Sample apps for Electron
Apache License 2.0
3.9k stars 939 forks source link

Could not get connect stream #72

Open JanaviAnand-andplus opened 4 years ago

JanaviAnand-andplus commented 4 years ago

Hi,

Thanks for the sample. I cloned the repo and tried to run the camera sample app.

I followed the readme given. i installed electron globally and ran electro .

I get Could not connect to stream. I use MAC OS. Thanks in advance.

JanaviAnand-andplus commented 4 years ago

To answer my own question.

For Mac OS catalina and mojave (after high sierra), the user consent is required to access the Mac camera and video. Follow the steps in docs.

Also I tried to get permission from VS code terminal which ends up crashing my app. Doing the same via Terminal or iTerm works.