diff --git a/LINKS.md b/LINKS.md index 3b4b992..4d5e1a9 100644 --- a/LINKS.md +++ b/LINKS.md @@ -1,8 +1,17 @@ -- 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/ +# Links +This file contains guides I referred for this project. + +--- + +- 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/ - 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 + +- WireGuard tunnel repo: https://github.com/wg-easy/wg-easy + +---