Replies: 1 comment 1 reply
-
some demos need additional requirements as i don't want to flag them as needed by core repo since they would only be used by that demo and not by core human library itself. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not able to run "demo/nodjs/node-webcam.js"
I also tried "demo/nodjs/node-webcam.js /dev/video0"
I get the ""Error: Cannot find module 'node-webcam':
"node:internal/modules/cjs/loader:1146
throw err;
^
Error: Cannot find module 'node-webcam'
Require stack:
at Module._resolveFilename (node:internal/modules/cjs/loader:1143:15)
at Module._load (node:internal/modules/cjs/loader:984:27)
at Module.require (node:internal/modules/cjs/loader:1231:19)
at require (node:internal/modules/helpers:179:18)
at Object. (/home/snooshab/work/DMS/collections/human-test/demo/nodejs/node-webcam.js:11:20)
at Module._compile (node:internal/modules/cjs/loader:1369:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Module._load (node:internal/modules/cjs/loader:1022:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/snooshab/work/DMS/collections/human-test/demo/nodejs/node-webcam.js'
]
}
Node.js v20.12.1
Beta Was this translation helpful? Give feedback.
All reactions