-
|
Hi! I've been using Wyze bridge with Scrypted to get my wyze cams into homekit with great success for months (amazing project, thank you!!) I saw the new release includes support for motion events from the API, and I was wondering if that's something I should care about as a Scrypted user - I've been playing around and couldn't find any obvious way to configure it in Scrypted. I was thinking it would be nice if this worked properly so that I can reduce the overhead of prebuffer+running my own motion detection on my server with Scrypted plugins, with an assumption that the more built-in option would be more performant for the cameras. If that isn't true then no reason to bother here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
However, it may be useful for battery-based cams since it will allow you to get motion events without draining the battery or if your network is struggling to handle streaming from multiple cameras or you're trying to monitor double digit cameras. I haven't really looked into the scrypted's MQTT, but you should be able to get the motion events into scrypted using the Webhook Plugin. btw, enabling pre-buffer in scrypted should also have the added benefit of making the camera feed load faster in the home app, so you may want to keep that enabled either way. |
Beta Was this translation helpful? Give feedback.
MOTION_APIhas some limitations (most noticeably the 300 second cooldown for non-CamPlus cameras) which will probably make motion detection in scrypted/frigate better for most situations.However, it may be useful for battery-based cams since it will allow you to get motion events without draining the battery or if your network is struggling to handle streaming from multiple cameras or you're trying to monitor double digit cameras.
I haven't really looked into the scrypted's MQTT, but you should be able to get the motion events into scrypted using the Webhook Plugin.
btw, enabling pre-buffer in scrypted should also have the added benefit of making the camera feed load faster in the home a…