8000 GitHub - fleicher/arlo-server: Server for detecting persons on arlo Security cams and sending push notifications
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Server for detecting persons on arlo Security cams and sending push notifications

Notifications You must be signed in to change notification settings

fleicher/arlo-server

Repository files navigation

arlo-server

Server for detecting persons on arlo Security cams and sending push notifications

For setup of Firebase messages:

  • download a JSON with the private service account key description from Firebase Console -> 3 dots next to relevant project and click on settings -> tab service accounts -> generate new private key

  • activate messaging API for this project

Register on Microsoft Azure to use their Computer Vision API. Get an api key and include it in keys.json (see below)

Create keys.json in git repository with your keys:

{
  "computer_vision": "xxxxxxxxxxxxxxxxxxxxxx",  # Azure Computer Vision API key
  "static_url": "http://server-url.com:port/path/to/static", # this servers address where this script is running
  "arlo_user": "XXXXXXXXX@XXXXXXXXXX.com",  
  "arlo_password": "XXXXXXXXX",
  "firebase_project_id": "quickstart-android-XXXX"
}

About

Server for detecting persons on arlo Security cams and sending push notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0