rodrigoi / palantir

node.js app to monitor and control foscam cameras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

palantir

Build Status

node.js app to monitor and control foscam cameras. It works with FI8910w and has very basic controls. It supports presets.

####configuration

The configuration is divided in two parts. cameras.json and a group of environment variables.

[
    {
      "name": "Sauron",	
      "config_key": "SAURON",
      "presets": [
    	{ "name": "couch", "key": 1},
    	{ "name": "kitchen", "key": 2},
    	{ "name": "table", "key": 3},
    	{ "name": "window", "key": 4}
      ]
	},
	{
  	  "name": "Saruman",
  	  "config_key" : "SARUMAN",
  	  "presets": [
    	{ "name": "window", "key": 1},
    	{ "name": "center", "key": 2},
    	{ "name": "hallway", "key": 3}
  	  ]
	}
]

image image image

About

node.js app to monitor and control foscam cameras

License:MIT License


Languages

Language:JavaScript 62.6%Language:HTML 37.4%