Page 1 of 1

place/face recognition

Posted: Wed Sep 04, 2013 3:52 am
by tcpdump
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.

Re: place/face recognition

Posted: Wed Sep 04, 2013 12:15 pm
by knight-of-ni
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.

Re: place/face recognition

Posted: Wed Sep 04, 2013 8:28 pm
by tcpdump
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.

Re: place/face recognition

Posted: Wed Sep 04, 2013 8:35 pm
by knight-of-ni
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.
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.

Re: place/face recognition

Posted: Wed Sep 04, 2013 8:52 pm
by knight-of-ni
Here we go. It was in the changelog, which is now included with the source files:

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)
Note that I submitted a pull request to remove the text that was causing the confusion.

Re: place/face recognition

Posted: Thu Sep 05, 2013 12:49 am
by tcpdump
Great, thanks for your help.