homebridge-camera-isight
v0.0.5
Published
iSight camera plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
6
Readme
homebridge-camera-isight
iSight camera plugin for Homebridge
** This plugin only works on macOS **
Installation
- Install ffmpeg on your Mac
- Install this plugin using: npm install -g homebridge-camera-isight
- Edit
config.json
and add the camera. - Run Homebridge
- 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 ""