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
ad0ec9dd
Commit
ad0ec9dd
authored
Jan 07, 2018
by
Neil Gershenfeld
Browse files
wip
parent
9f98f3e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ad0ec9dd
...
...
@@ -4,7 +4,8 @@ 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 uvcdynctrl tightvncserver xtightvncviewer openssh-server
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:
...
...
@@ -15,7 +16,7 @@ clone repos:
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):
install
VNC
service (assuming username is fab):
cd /home/fab/cams
sudo cp tightvncserver.service /lib/systemd/system
sudo systemctl daemon-reload
...
...
@@ -23,9 +24,18 @@ install vnc service (assuming username is fab):
sudo systemctl start tightvncserver.service
journalctl -u tightvncserver.service
can use:
set VNC password:
tightvncpasswd
edit .vnc/xstartup to set local Web server username and password
connect to VNC:
http://your_ip_address:6080/vnc.html
once connected can use:
ristretto to view images
uvcdynctrl -f to list resolutions
guvcview to adjust camera
xstartup
View file @
ad0ec9dd
...
...
@@ -4,6 +4,8 @@ xrdb $HOME/.Xresources
xsetroot
-solid
grey
# Fix to make GNOME work
export
XKL_XMODMAP_DISABLE
=
1
cd
/home/fab/Downloads
ristretto
.
&
cd
/home/fab/noVNC
./utils/launch.sh
--vnc
127.0.0.1:5901 &
cd
/home/fab/mods
...
...
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