You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have tried this Camera core.js and i have the below issue.
/home/pi/HAP-NodeJS/Camercore.js:14
var cameraSource = new Camera();
^
TypeError: Camera is not a function
at Object. (/home/pi/HAP-NodeJS/Camercore.js:14:20)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:139:18)
at node.js:968:3
Can you please let me know how to resolve this?
The text was updated successfully, but these errors were encountered:
Hi, I have tried this Camera core.js and i have the below issue.
/home/pi/HAP-NodeJS/Camercore.js:14
var cameraSource = new Camera();
^
TypeError: Camera is not a function
at Object. (/home/pi/HAP-NodeJS/Camercore.js:14:20)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:139:18)
at node.js:968:3
Can you please let me know how to resolve this?
The text was updated successfully, but these errors were encountered: