#Uniview Smart Detections
1 messages · Page 1 of 1 (latest)
Any chance you would want to share the docker? Synology does what I want it to do NVR wise but the notifications etc that could be triggered off the "Smart" parts of all the uniview cameras I have would be awesome for HA!
https://hub.docker.com/repository/docker/myeager1967/camera-events is the docker hub link.
There are likely better solutions out there now as I'm sure someone else has tackled this. If you're on GitHub, the code is there under https://github.com/MYeager1967/camera-events
I'm happy to share either and even modify it or work with someone else to make it better. I haven't touched it in a year. Actually thought about moving it to AppDaemon as it's just Python code....
Thanks! After reading through how you're detecting it and looking at the standard ONVIF parser I think line cross could easily be added to the ONVIF module (adding a block for tns1:RuleEngine/LineDetector/Crossed in https://github.com/home-assistant/core/blob/e0cb33a0a14845262217263db551c98ae4a63a67/homeassistant/components/onvif/parsers.py#L171)
Also wonder they aren't grabbing the names of the rules from the ONVIF event info
that would be important to know which line got crossed
Perhaps I'll reach out to @icy remnant with a code suggestion or bounty offer since I don't believe I am capable of getting a pull request put together for it.
Could add several things, item count (people counter in this case), face recognition, etc
I see it does have objects inside the area capability, which is cool and what I thought was line cross initially