-
Notifications
You must be signed in to change notification settings - Fork 14
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
this browser does not support video capture,or this device does not have a camera #8
Comments
Cheers for the report - haven’t done any Win11 testing yet. I’ll try to get a hold of Win 11 and try it out
… On 24 Oct 2021, at 09:19, electroMedia666 ***@***.***> wrote:
Big fan of this tool, Thanks for sharing, but cannot get to recognize camera anymore.
Summary or problem
After downloading modules i start the script. No user interface is visible and I receive this error after 1 minute: "this browser does not support video capture, or this device does not have a camera" I do not get this with facetracking tool which is working fine.
When I open 'developer tools' 1 error and 3 warnings : shown in order of appearance_
Warning:
Platform browser has already been set. Overwriting the platform with [object Object].
Environment.setPlatform @ C:\Users\dante\Documents\Max ***@***.***\tfjs-core\dist\environment.js:38
(electron) Security Warning: webFrame.executeJavaScript was called without worldSafeExecuteJavaScript enabled. This is considered unsafe. worldSafeExecuteJavaScript will be enabled by default in Electron 12.
electron/js2c/renderer_init.js:15
Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security electron/js2c/renderer_init.js:135 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security. electron/js2c/renderer_init.js:135
ERROR: Uncaught (in promise) DOMExecption: Could not start video source - n4m-handpose_camera.js 445
WARNING: DevTools failed to load SourceMap: Could not load content for file:///C:/Users/dante/Documents/Max%208/Packages/n4m-Bundler/n4m-handpose-master/n4m-handpose-master/node_modules/ajv.js.map: _This warning occurs for every module (my guess) there are like a hundred all leading to the modules folder. _
system Windows 11,
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I looked into it more, since its weird facetracker and posenet work and this one doesn't. Thinking maybe its a Max problem. fyi (There are duplicates of many objects in the patch program copied over each other) and the sketch,js needs to be renamed, but these don't seem to be the real problem. |
Hi. Amazing project! I'm excited to experiment connecting MediaPipe tools to my Max Projects. However, I'm having a similar problem as @electroMedia666, but on my Mac (OS 12.0.1, Max 8.1.11) Electron window that opens up is blank, and when I check it with the dev tools it lists the same first 3 errors @electroMedia666 lists above (but not error 4+5). I tried their OBS work around, and unfortunately it didn't work for me. There aren't any errors in the Max console about video capture etc, Any suggestions? Thank you! |
@redshouldrd nice catch - thanks! the old "hidden double-stacked patcher" is an easy one to miss! I've fixed that on the latest commit. Can you give it a shot? I'll try a windows machine to see if I can repro any of @electroMedia666 's issues |
Big fan of this tool, Thanks for sharing, but cannot get to recognize camera anymore.
Summary or problem
After downloading modules i start the script. No user interface is visible and I receive this error after 1 minute: "this browser does not support video capture, or this device does not have a camera" I do not get this with facetracking tool which is working fine.
When I open 'developer tools' 1 error and 3 warnings : shown in order of appearance_
Warning:
Platform browser has already been set. Overwriting the platform with [object Object].
Environment.setPlatform @ C:\Users\dante\Documents\Max 8\Packages\n4m-Bundler\n4m-handpose-master\n4m-handpose-master\node_modules@tensorflow\tfjs-core\dist\environment.js:38
(electron) Security Warning: webFrame.executeJavaScript was called without worldSafeExecuteJavaScript enabled. This is considered unsafe. worldSafeExecuteJavaScript will be enabled by default in Electron 12.
electron/js2c/renderer_init.js:15
Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security electron/js2c/renderer_init.js:135 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security. electron/js2c/renderer_init.js:135
ERROR: Uncaught (in promise) DOMExecption: Could not start video source - n4m-handpose_camera.js 445
WARNING: DevTools failed to load SourceMap: Could not load content for file:///C:/Users/dante/Documents/Max%208/Packages/n4m-Bundler/n4m-handpose-master/n4m-handpose-master/node_modules/ajv.js.map: _This warning occurs for every module (my guess) there are like a hundred all leading to the modules folder. _
system Windows 11, Max 8.1.11
The text was updated successfully, but these errors were encountered: