Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
cams
Commits
6fe7d465
Commit
6fe7d465
authored
Dec 12, 2017
by
Neil Gershenfeld
Browse files
wip
parent
833dd8d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6fe7d465
...
...
@@ -12,7 +12,7 @@ can use uvcdynctrl -f to list resolutions
can use fswebcam --list-controls to list controls
can use http-server-with-auth to serve
can use http-server-with-auth to serve
:
http-server-with-auth -p port --username username --password password
http-server-with-auth -p port --username username --password password --ssl --cert cert.pem --key key.pem
...
...
@@ -20,8 +20,13 @@ last image is at http://this_address:this_port/oldimage.jpg
can use Logitech C920 HD Webcam
can use Ubuntu MATE on Raspberry Pi 3
can use Ubuntu MATE on Raspberry Pi 3
:
sudo apt-get install nodejs-legacy npm fswebcam imagemagick
sudo npm install -g http-server-with-auth
System -> Administration -> Time and Date -> Keep synchronized with internet servers
can start on boot with cams.service:
sudo cp cams.service /lib/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable cams.service
sudo systemctl start cams.service
cams.service
0 → 100644
View file @
6fe7d465
[Unit]
Description
=
cams
After
=
network.target
[Service]
Type
=
forking
ExecStart
=
/bin/bash /home/fab/cams/cams
[Install]
WantedBy
=
multi-user.target
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment