PiDetectify/LINKS.md

18 lines
597 B
Markdown
Raw Permalink Normal View History

# Links
This file contains guides I referred for this project.
---
2024-10-19 21:01:12 +05:30
- Code w/ guide: https://pyimagesearch.com/2015/06/01/home-surveillance-and-motion-detection-with-the-raspberry-pi-python-and-opencv/
- Accessing video feed using OpenCV: https://pyimagesearch.com/2015/03/30/accessing-the-raspberry-pi-camera-with-opencv-and-python/
2024-10-19 21:01:12 +05:30
- Guide 2: https://www.instructables.com/Raspberry-Pi-Motion-Detection-Security-Camera/
- Generate bcryt hash: https://github.com/wg-easy/wg-easy/blob/master/How_to_generate_an_bcrypt_hash.md
- WireGuard tunnel repo: https://github.com/wg-easy/wg-easy
---