Skip to content

lobor/stargate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stargate (node 6.9.1)

Application for security camera on Raspberry Pi, Linux

Config

  1. Lunch on terminal npm install --production (npm install for dev) and sudo npm start
  2. 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

RoadMap

  • Create system plugin with auto installation
  • Plugin for Motion
  • Plugin for Gstreamer
  • Plugin for Face recognition
  • Plugin for speech recognition

Screenshot

Login Home Menu Video Config

About

Security camera with Webcam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages