webcam-capture

Version, currently master branch1 version
  • master branchlatestSep 13, 2018

github.com/russ/webcam-capture

Webcam Image Capturing

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  webcam-capture:
    github: russ/webcam-capture
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.25.1
License
MIT
Author
Russ Smith

Dependencies

Runtime Dependencies

README

Webcam Catpure

Example configuration file

aws:
  region: "us-east-1"
  key: "XXX"
  secret: "XXX"
  bucket: "mybucket"

cameras:
  format: "%Y/%m/%d/%H%M.jpg"
  schedule: "* * * * *"
  nest:
    client_id: "XXX"
    client_secret: "XXX"
    to_capture:
      - "Front Yard"