Webcam  

Developer: Jason's Plugins
Category: Miscellaneous
Github: Github Repo
Assistance: Get help!   
Plugin ID: com.heddings.indigo.webcam
Latest release: v0.2.2 released on July 1, 2018 (this release is only compatible with Indigo 2022.2 and earlier)
Release downloaded: 0 times
Requires: Indigo v7.0.2 thru v2022.2
(Check the Releases tab below for older releases that may have different requirements)
  Download latest release

indigo-webcam

Provide actions for handling webcam images.

NOTE

This plugin is still in early development stage. There is very little error handling, so please use at your own risk. Feel free to open issues or refer to the plugin forum for support or to file bugs.

Requirements

Indigo Pro is required to get support for plugins. If you haven't tried Indigo and are interested in home automation, please give it a shot right away... You won't be disappointed!

Installation

TODO

Configuration

After installing the first time, you will be prompted for the plugin configuration. You can also access the plugin config at any time from the Plugins menu.

Authentication

Currently, only Basic Auth is supported. You can enter the username and password after selecting the appropriate authentication method from the action dialog.

Filename Formatting

Certain filenames support strftime() formatting strings. This is a great way to add a timestamp or other unique information to the name of the file. For detailed usage on the available options, consult the strftime.org documentation. Some examples:

Include the YYYYMMDDHHMMSS timestamp: image-%Y%m%d%H%M%S.jpg

Usage

The plugin creates a few new actions that can be executed as any Indigo action would. This means you could set them up based on a schedule, trigger or as part of an Action Group.

Save File

Downloads an image from a URL and saves it to a local folder.

Eventually, I'd like some way to only keep images for a certain period of time. For now, all files are retained unless the template would override them.

FTP Put

This action will copy an image from a given URL and upload to an FTP server.

Release details
Released on: July 1, 2018
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 0 times 
Changes in this release
  • Added support for basic authentication on protected images
  • Improved dialogs and support references
  • Improved error handling during network connections
Release details
Released on: July 1, 2018
Requires: Indigo v7.0.2 thru v2022.2
Downloaded: 0 times 
Changes in this release
  • Added support for basic authentication on protected images
  • Improved dialogs and support references
  • Improved error handling during network connections
Release details
Released on: March 9, 2018
Requires: Indigo v7.0.2 thru v2022.2
Changes in this release
  • Added support URL
Release details
Released on: March 9, 2018
Requires: Indigo v7.0.2 thru v2022.2
Changes in this release

Initial release; missing error handling.

  • Supports saving a local file
  • Supports uploading to FTP server