0.0.5 • Published 7 years ago

homebridge-camera-isight v0.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

homebridge-camera-isight

iSight camera plugin for Homebridge

This plugin only works on macOS

Installation

  1. Install ffmpeg on your Mac
  2. Install this plugin using: npm install -g homebridge-camera-isight
  3. Edit config.json and add the camera.
  4. Run Homebridge
  5. Add the "iSight Camera" in Home app.

Config.json Example

{
  "platform": "Camera-iSight",
  "name": "iSight Camera",
  "fps": 30
}

Optional keys:

  • video_device: Video device name or index. eg: "video_device": "FaceTime HD Camera (Built-in)"
  • audio_device: Audio device name or index.

You can get the device names and indices with ffmpeg -f avfoundation -list_devices true -i ""

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago