Just another Node.js server in order to see and control your Raspberry Pi and it's camera module Edit raspberry-pi-camera
Video of the first version in action:
- Nodejs
- socket.io
- expressjs
- pug
- raspberry pi
- raspberry pi camera module
git clone https://github.com/JordiAnderl/picam-server.git
You will need git for this step.
cd picam-server
npm install
You will need nodejs for this step.
npm start
Now just point your browser of choice to your raspberry's ip (or localhost) at port 3000.
http://localhost:3000
You will be greeted by the index page. Hit connect to see a live preview of what the raspberry is capturing.