View your Nest cams in HomeKit using Homebridge with this plugin.
FAQ | Troubleshooting | Error Codes |
---|
npm install -g --unsafe-perm homebridge-nest-cam
config.json
By default, libx264
is used as the h264 encoder. If you would like to use a hardware-accelerated encoder instead, refer to the h264 Hardware Encoders Wiki.
Google Accounts are configured using a "refreshToken"
string in config.json
. An example is shown below. The field will be generated automatically when using homebridge-config-ui-x, otherwise, it can be found in your Nest account using the manual authentication method.
{
"platform": "Nest-cam",
"options": {
"ffmpegCodec": "libx264",
"motionDetection": true,
"streamingSwitch": true,
"disableAudio": false
},
"refreshToken": "1//01T_..."
}
Extra options can be enabled/disabled depending on which switches and sensors you would like to see in the Home app. Here is the current list of available options:
Name | Description | Type |
---|---|---|
ffmpegCodec | The video codec to use for FFmpeg | string |
streamQuality | The quality of the stream from LOW to HIGH | number (1-3) |
alertCheckRate | How often to check for alerts | number (seconds) |
alertCooldownRate | How long between consecutive alert notifications | number (seconds) |
alertTypes | What type of alerts to receive | array |
importantOnly | Only send notifications on events considered important | boolean |
motionDetection | Enable/disable the motion sensors | boolean |
doorbellAlerts | Enable/disable doorbell ring notifications | boolean |
doorbellSwitch | Enable/disable doorbell automation switch | boolean |
streamingSwitch | Enable/disable the ability to turn the camera on or off | boolean |
chimeSwitch | Enable/disable the ability to turn the doorbell chime on or off | boolean |
audioSwitch | Enable/disable the ability to turn the camera audio on or off | boolean |
pathToFfmpeg | Specify the path to a custom FFmpeg binary | string |
cameras | Specify the camera UUID of which cameras to see | array |
structures | Specify the structure ID of which structures' cameras to see | array |
Unfortunately, there is no way for me to test every subscription, camera type, and feature. If you would like to help me test new features and enhancements, or if you have general questions or need support, join the official Homebridge Discord Server.
This plugin was originally developed by KhaosT.
This plugin was converted to typescript using both homebridge-ring and homebridge-examples.
This plugin was made with you in mind. If you would like to show your appreciation for its continued development, please consider making a small donation.
Disclaimer: This plugin and its contributers are not affiliated with Google LLC or Nest Labs in any way.
搜索在线摄像头监视站点 在Google中输入“inurl:"ViewerFrame?Mode="”或者“inurl:"MultiCameraFrame?Mode="”、“inurl:"view/index.shtml"”(输入时不带外面的双引号,在英文状态下输入),你会获得无数个未经加密的网络摄像机监视到的画面。无聊的时候玩玩,可以满足一下我们的好奇心。此外,打开这个站点:www.opento
代码 import torch from model import MattingNetwork from torchvision import transforms from PIL import Image import cv2 from inference_utils import OneFrameReader from torchvision.transforms import ToTe
IMPORTANT This project has been archived. You can find the latest homebridge-nest-cam plugin here. homebridge-nest-cam Use your Nest Cam as IP camera in HomeKit with Homebridge. Installation Install f
nest-angular A fullstack JavaScript project, using technologies from the modern stack, such as: NestJS - a JS backend framework providing architecture out of the box with a syntax similar to Angular A
NG-NEST NG-NEST 是一个开源的 Web 应用程序框架,基于 Angular 和 Nest ,主要用于研发企业级中后台产品。https://ngnest.com/ Angular 是一个应用设计框架与开发平台,用于创建高效、复杂、精致的单页面应用。 Nest 是构建高效、可扩展的 Node.js 服务器端应用程序的框架。 特性 客户端与服务端都使用 TypeScript 构建,提供完整
nest-cnode Description This is using the Nestjs imitation Cnode. Installation Currently runs with: nodejs v8.11.1 mongodb v3.4.1 redis v3.2.1 nestjs v6.11.11 With this sample, you can : Understand bas
NestJS Tutorial Repository Repository will be separated into server and client directory for NestJS backend and Angular frontend resepctively. Server repository Client repository Docker support Hook u
A progressive Node.js framework for building efficient and scalable server-side applications. Description The Nest CLI is a command-line interface tool that helps you to initialize, develop, and maint