• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

moritzmhmk/homebridge-camera-rpi: raspberry pi camera plugin for homebridge

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

moritzmhmk/homebridge-camera-rpi

开源软件地址:

https://github.com/moritzmhmk/homebridge-camera-rpi

开源编程语言:

JavaScript 100.0%

开源软件介绍:

homebridge-camera-rpi

raspberry pi camera plugin for homebridge

Note: An SD card image is available here.

Prerequisite

  • camera module activated (raspi-config)
  • module bcm2835-v4l2 loaded (add bcm2835-v4l2 to /etc/modules and reboot)
  • ffmpeg installed (sudo apt install ffmpeg)

Installation (as homebridge plugin)

npm install -g homebridge-camera-rpi

edit config.json and add platform rpi-camera

{
  ...
  "platforms": [
    ...
    {
      "platform": "rpi-camera",
      "cameras": [{"name": "Pi Camera"}]
    }
  ]
}

add homebridge to the video group: sudo adduser homebridge video

restart homebridge

add extra camera accessory in the home app (the setup code is the same as for homebridge)

Installation (standalone)

make sure git and node are installed. (Type sudo apt install git to install git and read this to install node)

optionally install in opt:

cd /opt
sudo mkdir homebridge-camera-rpi
sudo chown pi homebridge-camera-rpi

install:

git clone https://github.com/moritzmhmk/homebridge-camera-rpi
cd homebridge-camera-rpi
npm install

test:

node standalone.js

optionally create systemd service /etc/systemd/system/hap-camera-rpi.service:

[Unit]
Description=HAP Camera RPi

[Service]
ExecStart=/usr/local/bin/node /opt/homebridge-camera-rpi/standalone.js -c /etc/homebridge-camera-rpi.conf.json
WorkingDirectory=/opt/homebridge-camera-rpi
Restart=always
RestartSec=10
User=pi

[Install]
WantedBy=multi-user.target

create config file /etc/homebridge-camera-rpi.conf.json:

{
  "name": "Pi Camera",
  "id": "Pi Camera",
  "pincode": "031-45-154",
  "username": "EC:23:3D:D3:CE:CE"
}

id is used to generate the uuid and defaults to name when not defined

enable and start the service:

sudo systemctl enable hap-camera-rpi
sudo systemctl start hap-camera-rpi

Options

{
  "name": "Pi Camera",
  "id": "Pi Camera",
  "rotate": 0,
  "verticalFlip": false,
  "horizontalFlip": false,
  "debug": false
}

Note: rotate currently only works for 0 and 180 degrees.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap