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
782e5156
Commit
782e5156
authored
Aug 27, 2018
by
Neil Gershenfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
c10b3814
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
57 deletions
+0
-57
README.md
README.md
+0
-57
No files found.
README.md
View file @
782e5156
<<<<<<< HEAD
shopcam projects
=======
<pre>
shopcam server
can use Ubuntu MATE on a Raspberry Pi 3 with a Logitech C920 HD Webcam
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gedit chromium-browser git npm nodejs-legacy guvcview ristretto tightvncserver xtightvncviewer openssh-server
sudo systemctl enable ssh
System -> Administration -> Time and Date -> Keep synchronized with internet servers
install local web server:
sudo npm install -g http-server-with-auth
clone repos:
git clone https://gitlab.cba.mit.edu/pub/cams.git
git clone https://gitlab.cba.mit.edu/pub/mods.git
git clone https://github.com/novnc/noVNC.git
install VNC service (assuming username is fab):
cd /home/fab/cams
sudo cp tightvncserver.service /lib/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable tightvncserver.service
sudo systemctl start tightvncserver.service
journalctl -u tightvncserver.service
set VNC password:
tightvncpasswd
configure VNC:
cp /home/fab/cams/xstartup /home/fab/.vnc/
gedit /home/fab/.vnc/xstartup
set the local Web server username and password
can use https certificates
configure noVNC:
cd /home/fab/noVNC
./utils/launch.sh --listen 6789 --vnc 127.0.0.1:5901 &
configure network
reboot
connect to VNC:
http://your_ip_address:6789/vnc.html
once connected:
approve browser request to use camera and download multiple files
can use ristretto to view images
can use guvcview to adjust camera
to make a persistent change to the threshold,
edit the motion detect module initialization,
save it as a local program,
and change the path in xstartup
>>>>>>> parent of 345db9c... Update README.md
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