- Setup raspbian on SD card via https://www.raspberrypi.org/documentation/installation/installing-images/README.md
- Update config to enable it to boot as a network gadget https://gist.github.com/gbaman/975e2db164b3ca2b51ae11e45e8fd40a
- ssh pi@rasberrypi.local
- run raspi-config
- reset password
- rename host zero
- enable camera module (under interfaces)
- Reboot
- ssh pi@zero.local
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install motion
- Edit /etc/default/motion
- start_motion_daemon=yes
- Add /etc/modules
- # camera with v4l2 driver
- bcm2835-v4l2
- restart
May 4, 2017
Setup Motion on raspberry pi
Use the following procedure to setup motion on a raspberry pi zero w.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment