From dba7e67ae18c4e40b816ae0f29c5185cb887638e Mon Sep 17 00:00:00 2001 From: Kshitij Date: Tue, 19 Nov 2024 23:25:49 +0530 Subject: [PATCH] Made minor changes to LINKS.md file. - Added one line description - Consistent spacing --- LINKS.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 + +---