-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from pcnate/fixes
Fixes
- Loading branch information
Showing
5 changed files
with
113 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,27 @@ | ||
# raspberry-pi-camera | ||
nodejs camera application to upload images to server | ||
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. | ||
|
||
Server software https://github.com/pcnate/raspberry-pi-camera-server | ||
> 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) setup a server | ||
2) `npm install -g @pcnate/raspberry-pi-camera` | ||
3) enter url to upload to | ||
4) leave GUID blank | ||
5) leave image path alone, (stores in RAM to save SD card) | ||
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` | ||
2) `pm2 startup` | ||
3) `pm2 install @pcnate/raspberry-pi-camera` | ||
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters