nitrogen-foscam

0.2.0 • Public • Published

nitrogen-foscam

This driver module enables Foscam cameras to be connected to Nitrogen. It has been tested with a model FI8904W but should work with modern Foscam outdoor wireless IP cameras.

How to use in your project

  1. Clone the camera project if you do not already have a camera project to start from.
  2. Add 'nitrogen-foscam' to your packages.json.
  3. Edit config.js to include your camera:
config.cameras = [
    new FoscamCamera({
        nickname: 'cameraComm',
         config: {
            host: '192.168.1.1',
            port: 80,
            user: 'admin',
            password: 'mypass'
         }
    })
];

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.01latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.01
0.1.60
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i nitrogen-foscam

Weekly Downloads

1

Version

0.2.0

License

none

Last publish

Collaborators

  • tpark