Ever want to monitor your home but don't want to buy a $100 1080p webcam? Or just wanted to build your own, well that is exactly what will happen in this instructable!
To begin your going to need the following parts:
Pi Camera: https://goo.gl/uzoLxo
Pi Zero W: https://goo.gl/49FyvW
Cable Adapter: https://goo.gl/49FyvW
Waterproof DC Jack: https://goo.gl/2vUC9p
Housing: https://goo.gl/49FyvWCamera
5v 2A DC Power Supply
and the following tools:
Soldering Iron
Drill
Screw Driver
Visit https://goo.gl/KJcV7F to download the zip file, then extract it to flash with win32 disk imager which can be found here: https://goo.gl/VgGrNm.
In the boot partition, the one you see on windows, add a file named wpa_supplicant.conf and edit it in notepad. Copy and past the code below, and edit the ssid and password variables.
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1network={
ssid="SSID"psk="PASSWORD" }
Then add a blank ssh.txt file to turn on ssh.
This is easy, copy the commands below into the terminal, it should do everything it self right now!
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git
git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.git
cd RPi_Cam_Web_Interface
./install.sh
solder the wires by following the image i have provided. I would recommend checking the dc jack polarity before connecting but 5v 'normally goes to the shorter pin', and GND 'normally goes to the longer pin'. Use hot glue to hold everything in place, in case you want to remove it later, be sure not to set any glue in the connectors. I used some standoffs to hold the camera into place, it works but remember they probably are not the strongest things so be gentle with it.
Make sure to check out my YouTube video, it shows it in action! If you have any questions leave them in the comments.
I hope you liked the project, I have found it to be really useful let me know what you plan to do with it!
Also be sure to become part of my social community:)
Facebook: https://goo.gl/bzoDKz
Instagram: https://goo.gl/Z3XkdF
Youtube: https://goo.gl/RRSRwW
FunguyPro: https://goo.gl/7QxRG3
Se ya next time :)