Skip to content

Commit

Permalink
videoProcessor (homebridge-plugins#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored and KhaosT committed Mar 21, 2018
1 parent 23d7bbc commit ca86a0b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,30 @@ ffmpeg plugin for [Homebridge](https://github.com/nfarina/homebridge)
}
```

#### Using another Video Processor

* `videoProcessor` is the video processor used to manage videos. eg: ffmpeg (by default) or avconv or /a/path/to/another/ffmpeg. Need to use the same parameters than ffmpeg.

```
{
"platform": "Camera-ffmpeg",
"videoProcessor": "avconv",
"cameras": [
...
]
}
```

```
{
"platform": "Camera-ffmpeg",
"videoProcessor": "/my/own/compiled/ffmpeg",
"cameras": [
...
]
}
```

## Uploading to Google Drive of Still Images ( Snapshots )

This is an optional feature that will automatically store every snapshot taken to your Google Drive account as a photo. This is very useful if you have motion sensor in the same room as the camera, as it will take a snapshot of whatever caused the motion sensor to trigger, and store the image on Google Drive and create a Picture Notification on your iOS device.
Expand Down

0 comments on commit ca86a0b

Please sign in to comment.