Skip to content

Some scripts to take CCTV motion image capture files and scan for people using Google Vision API

Notifications You must be signed in to change notification settings

v0d0r/cctv_detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cctv_detect

Some scripts to take CCTV motion image capture files and scan for people using Google Vision API. Requires: Google Vision API account and python modules to be installed

Once you have a google vision account and api credentials store them update the bash script and install python modules "sudo pip install google-cloud-vision"

  • Init script (copy to /etc/init.d/ and edit folder location of where your app runs from)

  • Bash script (customised for my setup but you can change the variables inside to suite your needs)

  • Python script provided by google vision api to talk to their API (store with bash script in a folder of your choice)

If a person is detected alert via communicaiton channel of choise. In my case Telegram but you can change this to any other communication medium.

About

Some scripts to take CCTV motion image capture files and scan for people using Google Vision API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published