Motion Triggered Camera With Raspberry Pi
by seesunmoon in Circuits > Raspberry Pi
5058 Views, 14 Favorites, 0 Comments
Motion Triggered Camera With Raspberry Pi
Raspberry Pi with HC-SR501 Passive Infrared Sensor to detect squirrel's appearance, and then trigger SONY A6300 to record the video at the best angle and distance.
What You Need:
- A camera, I used SONY A6300
- Raspberry Pi, mine is version 2 model B
- HC-SR501 motion sensor, with some cables
For a list of supported camera, please check here:
Connect the Sensor to the Pi
5V, GND, and any GPIO pin
Remember the pin number, you will need it in the python script.
Connect the Rest
- Make sure the camera is in PC Remote mode (SONY A6300)
- Connect the Raspberry Pi to the camera
- Connect the power source to the Raspberry Pi
For a list of supported camera, please check here:
Setup the Raspberry Pi
Please follow the steps at my GitHub:
https://github.com/seesunmoon/rpi_camera_sensor
Then you can do some tests.
Do Something Fun
You can use this setup to capture some wild animals you couldn't do before.