Skip to content

Display snapshot from the ip camera on any website using socket.io - camera module

License

Notifications You must be signed in to change notification settings

miwaniec/socket-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Display snapshot from the ip camera on any website using socket.io - camera module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published