Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
pub
cams
Commits
ed49952d
Commit
ed49952d
authored
Dec 11, 2017
by
Neil Gershenfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
39e1844c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
cams
cams
+1
-1
cams.js
cams.js
+3
-0
No files found.
cams
View file @
ed49952d
#!/bin/bash
cd
/home/fab/cams
node cams.js &
http-server-with-auth
-p
6789
--username
username
--password
password &
http-server-with-auth
-p
port
--username
username
--password
password &
cams.js
View file @
ed49952d
...
...
@@ -13,6 +13,9 @@
// can use fswebcam --list-controls to list controls
// can use guvcview to adjust webcam
// 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
//
// can mount a remote drive for non-local storage
// can use Ubuntu MATE on Raspberry Pi 3
// sudo apt-get install nodejs-legacy npm fswebcam imagemagick
...
...
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