Skip to content

Night mode animal tracking based on raspberry pi zero

License

Notifications You must be signed in to change notification settings

ettoreferranti/palantir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palantir

Code to support an animal tracking device based on raspberry pi zero w and a camera with night vision.

Components used in the project:

Camera night mode

Add "disable_camera_led=1" to /boot/config.txt

or

Connect the GPIO from your Pi to the small hole on the right of the camera, and toggle modes by changing the GPIO logic level. (HIGH --> Normal Mode, LOW --> Night-vision Mode)

Convert video to mp4

scp pi@raspberrypi.local:palantir/video.h264 Desktop/ && MP4Box -add Desktop/video.h264 Desktop/pivideo.mp4 && rm Desktop/video.h264

Releases

No releases published

Packages

No packages published

Languages