QuantumEntangledAndy / neolink

An RTSP bridge to Reolink IP cameras
GNU Affero General Public License v3.0
247 stars 39 forks source link

Add reporting type of motion detected. #251

Open droyholmes opened 1 month ago

droyholmes commented 1 month ago

Newer cameras, including the 1200B Kit cameras, use onboard AI to determine if motion detected is person/vehicle/animal. Can this be made available along with motion detection alerts on Neolink?

I don't understand the internals work but my suggestion for simplest would be change from just publishing "on", to "on - person" in status\motion?

I'm aware my suggestion could be as uninformed as when a client says just do "Select * from <table that doesn't exist>..."

CodeFatherG commented 1 month ago

don't understand the internals work but my suggestion for simplest would be change from just publishing "on", to "on - person" in status\motion?

I would rather recommend individual topics/sensors for each type of motion

QuantumEntangledAndy commented 1 month ago

That is my plan. Don't want to break people scripts. Was just thinking of a bunch of sub topics. We actually already have the needed parts reverse engineered for this just needs to be packaged up