Developed by aahz
Licensed under MIT License
This project is an implementation of CV-based fire detector build upon NodeJS and nw.js with a help of OpenCV bindings. FDS consists of server-side detector and client. Connection between them is based on WebSocet protocol.
- Download and install MinGW
- Install pkg-config like it described here http://stackoverflow.com/a/22363820
- Update node-gyp according to this article https://github.com/TooTallNate/node-gyp/wiki/Updating-npm%27s-bundled-node-gyp
- Set up Python 2.7
- Set up Visual Studio 2013 Express
- set PKG_CONFIG_PATH={PATH_TO_opencv.cp_FOLDER}
- npm install --msvs_version=2013