UNPKG

nitrogen-camera

Version:

This module adds support for cameraCommand and cameraStatus messages to a Nitrogen application or service. It also provides the CameraManager class for interpreting message streams and driving the attached device.

13 lines (9 loc) 231 B
var nitrogen = require('nitrogen') , Store = require('nitrogen-leveldb-store'); var config = { host: "localhost", protocol: "http", http_port: 3030 }; config.store = new Store(config); module.exports = config;