Revision history for CameraOnRaspberryPiZero
No Differences
Additions:
======Notes on setting up a Raspberry Pi Zero and camera======
ssh into the pi and change the pi
-user password, run raspi-config to setup localisation, turn the pi camera on etc
{{lastedit show="3"}}
ssh into the pi and change the pi
-user password, run raspi-config to setup localisation, turn the pi camera on etc
{{lastedit show="3"}}
Deletions:
{{lastedit show="2"}}
No Differences
Additions:
{{lastedit show="2"}}
Deletions:
No Differences
Additions:
{{lastedit show="4"}}
Additions:
--
CategoryMicrocontrol
CategoryHomeAutomation
CategoryRaspberryPi
CategoryLinux
CategoryCCTV
CategoryMicrocontrol
CategoryHomeAutomation
CategoryRaspberryPi
CategoryLinux
CategoryCCTV
Additions:
Snap video to local storage using raspivid (in raspbian by default)
https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md
%%raspivid -o video.h264 -t 10000%%
I haven't looked at running motion and capturing local video at the same time (can't run them both directly)
Running motion as a streamer brings the load to about 86-90%. Trying to stream any higher increases load above 100% (with defaults as above). Raspivid uses little load.
https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md
%%raspivid -o video.h264 -t 10000%%
I haven't looked at running motion and capturing local video at the same time (can't run them both directly)
Running motion as a streamer brings the load to about 86-90%. Trying to stream any higher increases load above 100% (with defaults as above). Raspivid uses little load.
Additions:
You'll want to setup wifi on the SD card before putting it in the pi zero. Essentially you need to mount the card modify wpa-supplicant.conf and also as jessie has ssh off by default, put an empty file called 'ssh' in /boot
example tutorial https://core-electronics.com.au/tutorials/raspberry-pi-zerow-headless-wifi-setup.html (I already knew this, so haven't vetted this tutorial...)
Put in the SD card and install the pi zero in case with camera poking though case hole
Mine looked like this when completed
https://photos.app.goo.gl/X0czZFPVJBEnbnJA3
ssh into the pi and change the pi user password, run raspi-config to setup localisation, turn the pi camera on etc
Setup Motion to do streaming (and no motion detection).
View your live video stream at the pi zero's IP address
example tutorial https://core-electronics.com.au/tutorials/raspberry-pi-zerow-headless-wifi-setup.html (I already knew this, so haven't vetted this tutorial...)
Put in the SD card and install the pi zero in case with camera poking though case hole
Mine looked like this when completed
https://photos.app.goo.gl/X0czZFPVJBEnbnJA3
ssh into the pi and change the pi user password, run raspi-config to setup localisation, turn the pi camera on etc
Setup Motion to do streaming (and no motion detection).
View your live video stream at the pi zero's IP address
Deletions:
Setup Motion
View live video stream at
Additions:
Doanload raspbian jessie lite and install on to micro SD Card
https://www.raspberrypi.org/downloads/raspbian/
https://www.raspberrypi.org/downloads/raspbian/
Additions:
Raspberry Pi Camera and case from Adafruit
Install in case with camera poking though case hole
https://www.youtube.com/watch?v=PpIyl-EpHZk
View live video stream at
http://192.168.1.xxx:8081/
Install in case with camera poking though case hole
https://www.youtube.com/watch?v=PpIyl-EpHZk
View live video stream at
http://192.168.1.xxx:8081/