-
Notifications
You must be signed in to change notification settings - Fork 0
Kiosk Setup
John Sichi edited this page Dec 30, 2016
·
2 revisions
On Raspberry Pi 3, after Intercom Setup:
sudo apt-get install motion
echo "bcm2835-v4ls" | sudo tee -a /etc/modules
In /etc/motion/motion.conf, change these settings:
daemon on
width 320
height 240
framerate 100
output_pictures off
fmpeg_output_movies off
stream_port 8081
stream_localhost off # only if running kiosk on a different node
stream_limit 2
webcontrol_port 0