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.
- Install socket server module on server with public access (default port is 3000).
- Install camera module - this repository.
- Get snapshots with website example.
This repository is a camera module, should be installed on computer with local connection to ip camera.
git clone https://github.com/miwaniec/socket-camera.git
cd socket-camera
npm install
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.
npm start