Search found 159 matches
- Fri Jul 20, 2012 5:57 pm
- Forum: User Contributions
- Topic: ZM 1.25 feature enhancements
- Replies: 15
- Views: 15046
Re: ZM 1.25 feature enhancements
Sorry running that before compiling and then the zmupdate command I believe i should do it.
- Thu Jul 19, 2012 2:33 am
- Forum: User Contributions
- Topic: ZM 1.25 feature enhancements
- Replies: 15
- Views: 15046
Re: ZM 1.25 feature enhancements
zmconfgen.pl is what you want i believe;)
- Sun Jul 08, 2012 11:46 pm
- Forum: Feature Requests
- Topic: Ability to refeed existing events to motion detector
- Replies: 3
- Views: 3889
Re: Ability to refeed existing events to motion detector
I have used a technique of recording a stream to a mjpeg file and the just set that as the camera source. I then have ZM spin up that camera and its does the analysis. I recommend having a decent tail after the event so that the camera doesnt fail right away (reach end of file). In addition you may ...
- Thu Jul 05, 2012 2:55 pm
- Forum: User Contributions
- Topic: ZM 1.25 feature enhancements
- Replies: 15
- Views: 15046
Re: ZM 1.25 feature enhancements
you can update from previous versions just use the standard zmconfgen/zmupdate.pl process.
- Sun Jul 01, 2012 4:20 pm
- Forum: User Contributions
- Topic: ZM 1.25 feature enhancements
- Replies: 15
- Views: 15046
Re: ZM 1.25 feature enhancements
What branch? Do you have a web\tools\mootools\mootools-core-1.3.2-nc.js file?
- Mon Jun 25, 2012 2:24 pm
- Forum: User Contributions
- Topic: ZM 1.25 feature enhancements
- Replies: 15
- Views: 15046
Re: ZM 1.25 feature enhancements
My enhancements are not related to a specific OS.
- Mon Jun 18, 2012 3:48 am
- Forum: ZoneMinder 1.25.x
- Topic: Alarm When it is Getting Dark
- Replies: 2
- Views: 2335
Re: Alarm When it is Getting Dark
Certainly an innovative hack. If you wanted to fix the problem in ZM there are a few things to try: 1) If its darastic quick changes you can try to just set the overload count to 1-3 frames so the motion has to continue for more than just a frame 2) If its the entire picture pixels are just changing ...
- Thu Apr 19, 2012 2:11 pm
- Forum: User Contributions
- Topic: PATCH: zoneminder 1.25.0 does not compile with GCC 4.7.X
- Replies: 1
- Views: 2976
Re: PATCH: zoneminder 1.25.0 does not compile with GCC 4.7.X
Thanks buhrietoe for the fix!
- Thu Apr 19, 2012 2:10 pm
- Forum: ZoneMinder 1.25.x
- Topic: ffmpeg replaced by avconv? (debian)
- Replies: 5
- Views: 6108
Re: ffmpeg replaced by avconv? (debian)
they just are breaking the old command line compat avconv is just the most likely new name for the command line but ffmpeg command line will still be around for awhile. More details see:
http://ffmpeg.org/pipermail/ffmpeg-deve ... 13869.html
http://ffmpeg.org/pipermail/ffmpeg-deve ... 13869.html
- Mon Apr 16, 2012 8:56 pm
- Forum: User Contributions
- Topic: ZM 1.25 feature enhancements
- Replies: 15
- Views: 15046
Re: ZM 1.25 feature enhancements
yes you can use my complete source as desired and ALL does include all of my branches and MTK's perf branch. Note however depending how old your ffmpeg is you may get a compiler error. If so grab the FFMPEG patch and just do patch -R to reverse that patch out (should do so cleanly).
- Mon Apr 16, 2012 2:04 pm
- Forum: User Contributions
- Topic: ZM 1.25 feature enhancements
- Replies: 15
- Views: 15046
Re: ZM 1.25 feature enhancements
nightcrawler the reason that is failing is because with MTK's patch he changed the total # of configuration variables so patching that file won't work by default on that specific file. The good news is its really easy to fix. When you patch you will be left with a .rej file. Open that file it will ...
- Sun Apr 15, 2012 2:23 am
- Forum: User Contributions
- Topic: ZM 1.25 diagnostic image streaming and FIFO engine
- Replies: 0
- Views: 1902
ZM 1.25 diagnostic image streaming and FIFO engine
Originally a major 1.24 feature from my patch at: http://www.zoneminder.com/forums/viewtopic.php?f=9&t=14008 This adds Better Diagnostic options, now debugging data (including things like how many alarm/filter/rblob/blob pixels are being found in real time) along with delta and reference frames BUT ...
- Sun Apr 15, 2012 2:18 am
- Forum: User Contributions
- Topic: ZM 1.25 feature enhancements
- Replies: 15
- Views: 15046
ZM 1.25 feature enhancements
This patch includes many of the feature enhancements from http://www.zoneminder.com/forums/viewtopic.php?f=9&t=14008 including: Main user Visible Features: -XML API Interface for anywhere there is currently a json interface (&usexml=1) -API Script for accessing some specific monitor/event data not ...
- Sun Apr 15, 2012 2:16 am
- Forum: User Contributions
- Topic: various zoneminder fixes
- Replies: 0
- Views: 1904
various zoneminder fixes
Various bug fixes and better error handling (zoneminder should better detect a camera that stops sending frames and not just timestamp the last one, directory creation that fails, starting up multiple nph-zms instances with the same key causing issues, ie browser fixes, overall better error ...
- Sun Apr 15, 2012 2:12 am
- Forum: User Contributions
- Topic: Recent ffmpeg api change support
- Replies: 0
- Views: 1949
Recent ffmpeg api change support
the development of ffmpeg has deprecated and removed various apis that zoneminder uses if you are running into compiler errors around ffmpeg and are using their code repo or a latest snapshot this should fix your issues. The ffmpeg fixes are in the branch: https://github.com/mitchcapper/ZoneMinder ...