Skip to content

Instantly share code, notes, and snippets.

@rbuckland
Last active July 5, 2018 17:20
Show Gist options
  • Save rbuckland/901298198378a2c1cee9a62115402851 to your computer and use it in GitHub Desktop.
Save rbuckland/901298198378a2c1cee9a62115402851 to your computer and use it in GitHub Desktop.
raspberry pi3 webcam setup

rasbian

  • added 'ssh' to boot partition for4 enabling ssh
  • apt update
  • apt upgrade
  • raspi-config - setup wifi
  • rpi-update - to add the webcam drivers
  • sudo chown -R motion:motion /var/lib/motion
pi@raspberrypi:~ $ cat  /etc/default/motion 
# set to 'yes' to enable the motion daemon
start_motion_daemon=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment