homebridge-camera-isight

0.0.5 • Public • Published

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 ""

Readme

Keywords

Package Sidebar

Install

npm i homebridge-camera-isight

Weekly Downloads

2

Version

0.0.5

License

ISC

Last publish

Collaborators

  • khaost