Experimenting with OpenCV.
Prerequisites
- node version 8+
- opencv4nodejs - follow the installation instructions here
- webcam - either integrated in laptop or connected by USB
Installation
After opencv4nodejs is successfully installed run:
npm install
Starting the project
Simply run:
node server.js
Navigate to your browser at http://localhost:8080/
.
That's it!
Short video demonstration here.