I'm tired of messing with camera-based motion detection. No setting is perfect, or durable-- when I achieve something that looks like it works, the seasons change and the leaves fall off the trees, or a spider weaves a web over a camera, and everything stops working again. And detecting visual field changes is really just a proxy for what I want anyway-- detecting the motion of a physical body. So, I don't want to mess with that any more.
Instead, I want to use a different technique. Perhaps a PIR sensor, perhaps one of those weak lasers used e.g. to prevent garage doors from closing on your head. Very open to other suggestions.
Importantly though, I specifically don't want to adopt someone's turnkey sensor which only integrates with their hub + camera system, unless that system does not require internet connectivity to fully function, and is open to integration with third-party components over an IP network.
The ideal item here, in my mind, is a device which:
Help? Thoughts about any of this are welcome.
Instead, I want to use a different technique. Perhaps a PIR sensor, perhaps one of those weak lasers used e.g. to prevent garage doors from closing on your head. Very open to other suggestions.
Importantly though, I specifically don't want to adopt someone's turnkey sensor which only integrates with their hub + camera system, unless that system does not require internet connectivity to fully function, and is open to integration with third-party components over an IP network.
The ideal item here, in my mind, is a device which:
- is low-powered + wifi-connected or POE-powered
- POE is less good-- I have plenty of POE ports, but pulling additional cable to where I have my cameras is a challenge
- emits an event over the network when motion is detected or can be continuously polled over the network to see if there are new detection events
- encodes events in an open (or at least documented) format
- so I can write code to connect the event to various things (play a sound, wake up a monitor, trigger the start of a recording, change threshold levels for other parts of the system, so on)
Help? Thoughts about any of this are welcome.