0.0.18 • Published 4 years ago

homebridge-image-2-camera v0.0.18

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

homebridge-image-2-camera

Homebridge plugin for displaying an Image as Camera

Installation

Make sure you have homebridge installed.

  1. Install this plugin using: sudo npm install -g homebridge-image-2-camera
  2. Update your Homebridge config.json using the sample below (append in the block 'platforms' not 'accessories')

Configuration

Update your config similar to this:

 "platforms": [
      {
         "platform": "image-2-camera",
         "images": [
            {
               "name": "Camera 1",
               "path": "/path/to/image.jpg"
            }
         ]
      }
   ]

You can add multiple cameras!

Config file

Take a look at the example config.json

Fields:

  • name name of the camera (required)
  • path the local path of the image (required)

Usage

In some cases, the camera is not visible in Home-App:

  • Press + on top right corner in Home-App
  • Press Add device
  • Press Code missing
  • Select Camera

Please note that the image will only be displayed as the camera preview. Image stream is not supported.

0.0.18

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago