Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cams
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pub
cams
Commits
6fe7d465
Commit
6fe7d465
authored
Dec 12, 2017
by
Neil Gershenfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
833dd8d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
README.md
README.md
+8
-3
cams.service
cams.service
+11
-0
No files found.
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