Hi,
I've successfully installed 1.26 which should have the plate/face recognition plugins but I can't find a way to activate them and there's no reference to any plugins in the configuration tab.
Any idea?
Thanks.
place/face recognition
- knight-of-ni
- Posts: 2404
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: place/face recognition
The 1.26 beta is strictly a bug fix release. I'm pretty sure Kyle withheld the plugins from the nexttimenoplugin branch because that was outside the scope of this release, but I can't seem to find where he mentioned that.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
Re: place/face recognition
Actually, based on github com/kylejohnson/puppet-zoneminder (can't post links just yet)
Overview
A puppet module to completely install ZoneMinder 1.26.0-beta.1 from source. The ZoneMinder source is patched with mastertheknife's performance patch, and nextime's plugin architecture patch, including his licence plate and facial recognition plugins. After running this module, you will have a working ZoneMinder 1.26.0-beta.1 install.
- knight-of-ni
- Posts: 2404
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: place/face recognition
Yes, I know that, but I've also read a comment somewhere else that he later pulled plugins out of the 1.26-release branch. I'm pretty sure that is what happened.tcpdump wrote:Actually, based on github com/kylejohnson/puppet-zoneminder (can't post links just yet)
Overview
A puppet module to completely install ZoneMinder 1.26.0-beta.1 from source. The ZoneMinder source is patched with mastertheknife's performance patch, and nextime's plugin architecture patch, including his licence plate and facial recognition plugins. After running this module, you will have a working ZoneMinder 1.26.0-beta.1 install.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
- knight-of-ni
- Posts: 2404
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: place/face recognition
Here we go. It was in the changelog, which is now included with the source files:
Note that I submitted a pull request to remove the text that was causing the confusion.
Code: Select all
v1.26.0
* mastertheknife's performance improvement patch (http://www.zoneminder.com/forums/viewtopic.php?f=9&t=17652)
* nextime's work at cleaning up builds and making ZM build cleanly with a modern version of ffmpeg (http://www.zoneminder.com/forums/viewtopic.php?f=9&t=20587)
** Note that nextime's plugin support has been removed. This should be included in a future release, but was too large of a change to incorporate into a minor release.
* add a Controls preset for Airlink SkyIPCam 7xx cameras (commit 0da26d4f7569718b47b40130715dca0196aa7159)
* fix control types dropdown for a new monitor (commit 0a3ffb5e2e58f000b4cc5b7af49b241dd7c38374)
* Support for control when monitor source is ffmpeg. This should fix #16. (commit bb19e80fa8a0a70705f8497e4c621aed379ea4f5)
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
Re: place/face recognition
Great, thanks for your help.