https://github.com/pcnate/raspberry-pi-camera
nodejs camera application to connect to server via socket.io
https://github.com/pcnate/raspberry-pi-camera
Last synced: 12 months ago
JSON representation
nodejs camera application to connect to server via socket.io
- Host: GitHub
- URL: https://github.com/pcnate/raspberry-pi-camera
- Owner: pcnate
- License: mit
- Created: 2016-07-31T22:23:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T17:53:32.000Z (over 3 years ago)
- Last Synced: 2025-06-25T07:11:37.095Z (about 1 year ago)
- Language: JavaScript
- Size: 14.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspberry-pi-camera
[](https://dev.azure.com/pcnate/raspberry-pi-camera/_build/latest?definitionId=1)


nodejs raspberry pi camera application to upload images to server. It is designed to be setup once and left alone. Additional configuration will be added to the server side.
> You will need a server to receive the image stream generated by the camera. I recommend [raspberry-pi-camera-server](https://github.com/pcnate/raspberry-pi-camera-server)
# Standalone Install
1) `npm install -g @pcnate/raspberry-pi-camera`
2) probably need ot exit terminal and reopen/reconnect
3) `raspberry-pi-camera-config`
4) `raspberry-pi-camera`
# Automatic startup with pm2
1) `npm install -g pm2 @pcnate/raspberry-pi-camera`
2) probably need to exit terminal and reopen/reconnect
3) `pm2 startup`
4) `raspberry-pi-camera-config`
5) `pm2 start raspberry-pi-camera --name cam`
6) `pm2 save`
# Configuration
1) `raspberry-pi-camera-config`
2) enter url to upload to
3) leave GUID blank
4) leave image path alone, (stores in RAM to save SD card)