stargate
stargate copied to clipboard
Security camera with Webcam
stargate (node 6.9.1)
Application for security camera on Raspberry Pi, Linux
Config
- Lunch on terminal
npm install --production(npm installfor dev) andsudo npm start - Go to http://localhost:7070
Why launch in sudo
For several plugins, one apt-get install should be launch, and it's more simple to give root access on app on start that when running it.
Script
npm run build:js => build js file compressed
npm run watch:js => watch modification on js file and re-build
Create your plugin
I have create a sample plugin here for develop your plugin. For add on store of stargate, you should pull request on branch update of stargate
Plugins available
- Face recognition (in development)
- Motion
RoadMap
- [x] Create system plugin with auto installation
- [x] Plugin for Motion
- [ ] Plugin for Gstreamer
- [ ] Plugin for Face recognition
- [ ] Plugin for speech recognition
Screenshot
