Skip to content

Commit

Permalink
Add command line options to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillifee committed Jan 24, 2023
1 parent 17c4ec5 commit 2a7b01e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,14 @@ sudo cp -r node-v10.24.0-linux-armv6l/* /usr/local/
sudo reboot
```

To run the latest version on the PI zero you have to build epoll for node10.

```
npm install epoll
```
and copy the epoll.node from ./node_modules/build/Release/epoll.node to the raspiCam folder.

and copy the epoll.node from ./node_modules/build/Release/epoll.node to the raspiCam folder.

### Check the node installation

Expand Down Expand Up @@ -153,6 +155,10 @@ As soon the server is up and running, the following message appear:

Open the browser and navigate to: `http://__ip_address__:8000`

## Command line options:

_-p_ or _--port 80_ - server port (default 8000)

# Run RaspiCam as a service

To automatically start the RaspiCam on startup, you can run the RaspiCam as a service.
Expand Down

0 comments on commit 2a7b01e

Please sign in to comment.