Skip to content

HomeKit Secure Video

mrlt8 edited this page Dec 12, 2022 · 7 revisions

Support for HomeKit Secure Video with local object and face recognition, and encrypted iCloud recording can be enabled for the wyze cams with scrypted:

Setup

  1. Install Scrypted
  2. Open https://your-scrypted-ip:10443/
  3. Install the @scrypted/homekit Plugin from the available plugins tab
  4. Install the @scrypted/rtsp Plugin and Add RTSP Camera for each of your cameras
    • Fill out RTSP Stream URL with the uri to your camera: rtsp://127.0.0.1:8554/cam-name
      • If you're running wyze bridge on a different machine, replace 127.0.0.1 with the appropriate IP.
      • If not using audio in wyze bridge, tick No Audio
    • Save (the rest of the fields can be left blank)
  5. Install the @scrypted/opencv plugin.
  6. Install the @scrypted/prebuffer-mixin plugin.
    • This is optional but highly recommended. It keeps a short video loop of the stream in memory leading up to the motion.
  7. Pair with the Scrypted Server accessory using your HomeKit app on iOS or Mac.
  8. Enable recording on the cameras in HomeKit.
    • Troubleshooting: Reload the HomeKit Plugin and/or restart Scrypted if streaming works, but recording events do not.

Additional Information