Current status: testing a static FLIR Lepton 3.1R camera for nocturnal animals detection.
🦌 White-tailed deer munching on the crops in fields of Delaware. I'm building a deer-chasing drone system.
💡 Idea: a static camera spots an animal and summons a buzzing drone.
🤞 If all goes well, my tenants will have one less thing to worry about with deer unharmed.
- Drone Tello Ryze - for initial testing and prototyping. Going to build a custom one with charging via induction once landed.
- Raspberry Pi 4B
- PureThermal 3
- FLIR Lepton 3.1R - IR camera 160x120
To get an access to GUI of RPi you can use VNC.
-
Install the VNC server on your Raspberry Pi:
sudo apt-get update sudo apt-get install realvnc-vnc-server
-
Configure the VNC server on your Raspberry Pi:Navigate to "Interfacing Options" > "VNC" and enable the VNC server.
sudo raspi-config
-
Start the VNC server on your Raspberry Pi:
sudo systemctl start vncserver-x11-serviced.service
- Install VNC client: https://www.realvnc.com/en/connect/download/viewer/raspberrypi/