Made minor changes to LINKS.md file.

- Added one line description
- Consistent spacing
This commit is contained in:
K 2024-11-19 23:25:49 +05:30
parent a43b2ac81a
commit dba7e67ae1
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -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/ # Links
- Accessing video feed using OpenCV: https://pyimagesearch.com/2015/03/30/accessing-the-raspberry-pi-camera-with-opencv-and-python/
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/ - 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 - 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
---