Deployment#
Deployment of the PEECYG system involves several key steps to ensure that the camera traps are set up correctly and function as intended. This includes selecting appropriate camera locations, ensuring weatherproofing, and considering power supply options.
Camera Deployment#
We have tested PumaGuard with the following camera model:
The main considerations when choosing a camera for deployment are that it can upload images and videos to a remote FTP server and is WiFi capable.
Deploy PumaGuard on a Windows laptop#
A Windows laptop can be used to deploy PumaGuard. Since all communication is done via WiFi, the laptop can be placed anywhere within the range of the wireless network.
Install / Enable WSL#
Windows Subsystem for Linux (WSL) is required to run PumaGuard on a Windows laptop. Follow these steps to install and enable WSL:
- Open PowerShell as Administrator
wsl --install
Once you have installed WSL, you will need to create a user account and password for your newly installed Linux distribution. See the Best practices for setting up a WSL development environment guide to learn more.
Automated Installation#
- Run installer script
curl --output install-pumaguard.sh --silent https://raw.githubusercontent.com/PEEC-Nature-Youth-Group/pumaguard/refs/heads/main/scripts/install-pumaguard.sh && bash ./install-pumaguard.sh
Manual Installation#
- Install FTP server
sudo apt install vsftpd
- Configure camera (The Video tab,
http://CAMERA_IP_ADDRESS/videosetup.html) - Video tab
- Brightness (
http://CAMERA_IP_ADDRESS/videodisplay.html) Change brightness to 25 (could vary depending on site). Default brightness at our sight results in pictures that are too bright and many false positives.
- Brightness (
- Motion record tab (
http://CAMERA_IP_ADDRESS/motiondetect.html) Set up motion detection zones
Setup motion detection zone (or zones) by drawing rectangle over area you want animals detected. You should see a red rectangle for each detection zone you set up in the field of view. This avoid the cameras from taking pictures of cars in the street, branches moving in the wind, etc.
- Set up the parameters
Sensitivity level: 30 (don’t need to be very sensitive to take a photo of a puma)
Photo size: XL (works with small pictures too but this provides a better record of the photos)
Snap shot count: 3 (this takes three shots per detection)
Upload snapshot to FTP (you may want to check email option first to make sure camera sends pictures to your email before figuring out FTP)
Schedule motion detection record (we only trained neural network to night for now)
Set duration 1: 00:00 – 07:30
Set duration 2: 20:00 – 24:00
- Motion record tab (
- Configure camera (The Video tab,
Change deterrence sounds