beije / motion-detection-in-javascript

A small project where a webcam is used to detect motion. Written fully in Javascript without any third-party libs.
MIT License
101 stars 36 forks source link

Integration with AngularJS? #6

Open CDIDEV opened 7 years ago

CDIDEV commented 7 years ago

Has anyone tried to integrate this code into an AngularJS application? I've tried and keep getting the below error:

Uncaught ReferenceError: MotionDetector is not defined
at Core.js:115
jvargasnmhu commented 4 years ago

I get the same message with ElectronJS. Not sure how to get past this.