place/face recognition

Forum for questions and support relating to the 1.26.x releases only.
Locked
tcpdump
Posts: 7
Joined: Wed Sep 04, 2013 12:39 am

place/face recognition

Post 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.
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: place/face recognition

Post 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.
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/
tcpdump
Posts: 7
Joined: Wed Sep 04, 2013 12:39 am

Re: place/face recognition

Post 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.
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: place/face recognition

Post 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.
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/
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: place/face recognition

Post 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.
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/
tcpdump
Posts: 7
Joined: Wed Sep 04, 2013 12:39 am

Re: place/face recognition

Post by tcpdump »

Great, thanks for your help.
Locked