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.02latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.02
0.1.63
0.1.53
0.1.43
0.1.32
0.1.22
0.1.10
0.1.01
0.0.60
0.0.50
0.0.41
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i nitrogen-foscam

Weekly Downloads

17

Version

0.2.0

License

none

Last publish

Collaborators

  • tpark