Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.18 KB

File metadata and controls

27 lines (21 loc) · 1.18 KB

This project allow you to see snapshots from ip camera(s) on simple website, without any connection and network settings, thanks to Node.js and socket.io library.

How to use

  1. Install socket server module on server with public access (default port is 3000).
  2. Install camera module - this repository.
  3. Get snapshots with website example.

socket-camera

This repository is a camera module, should be installed on computer with local connection to ip camera.

Installation

git clone https://github.com/miwaniec/socket-camera.git
cd socket-camera
npm install

Configuration

See camera.json.

  • server_url is address of your server module.
  • cams - all cameras connected to your computer and available for server module. Snapshot of ip camera is available with simple http connection (for most manufacturers) - check ip for your device and credentials.

Running

npm start