-
Notifications
You must be signed in to change notification settings - Fork 17
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
White window #19
Comments
Hi, I'm guessing that your electron installation might be too new, newer electron versions ban node.js by default. to un-ban, add
to https://github.com/LingDong-/PoseOSC/blob/master/main.js#L21 more info: https://stackoverflow.com/questions/44391448/electron-require-is-not-defined |
I also get a white Electron window...(I added that contextIsolation:false just in case) when typing jcm@jcn PoseOSC-master % npm audit fix npm ERR! A complete log of this run can be found in: |
Hi LingDong
I was looking forward to trying your project. I have tried installing the binary as well as installing via npm on my M1 Mac, but both just opens a white program window without anything inside it. Any suggestions? I thought it might have something to do with webcam security? When I look for available webcams in the console (⌘⌥I in app). I get the attached image.
Thanks!
The text was updated successfully, but these errors were encountered: