Search found 678 matches

by mastertheknife
Thu May 01, 2014 5:26 am
Forum: ZoneMinder 1.27.x
Topic: Major motion sensitivity changes after upgrade to 1.27.
Replies: 5
Views: 2978

Re: Major motion sensitivity changes after upgrade to 1.27.

There is a some difference in senstivitiy between ZM 1.25 and ZM 1.26/1.27 because the algorithms for motion detection were rewritten (optimized) in ZM 1.26. You can read more about it here: http://www.zoneminder.com/forums/viewtopic.php?f=9&t=17652 Another difference is most likely because the ...
by mastertheknife
Wed Apr 30, 2014 9:01 am
Forum: ZoneMinder 1.26.x
Topic: zm_image.cpp.o] Error 1
Replies: 8
Views: 4604

Re: zm_image.cpp.o] Error 1

This error often shows up on old GCC (< 4.4) because it doesn't understand the "target" attribute. In that case, adding -mssse3 (or -msse2, depending on what your processor supports) to the CXXFLAGS will do the trick. Its also possible to ignore those functions completely by adding -DZM_ST...
by mastertheknife
Tue Apr 29, 2014 12:45 pm
Forum: ZoneMinder 1.26.x
Topic: zm_image.cpp.o] Error 1
Replies: 8
Views: 4604

Re: zm_image.cpp.o] Error 1

What processor and what GCC version?
by mastertheknife
Sat Apr 26, 2014 8:36 pm
Forum: ZoneMinder 1.27.x
Topic: New zm install compatible on ubuntu 14.04
Replies: 12
Views: 6924

Re: New zm install compatible on ubuntu 14.04

Hi,

Remove the ZM_VERSION=XXXXX line from /etc/zm.conf
by mastertheknife
Wed Apr 23, 2014 10:38 am
Forum: ZoneMinder 1.26.x
Topic: Signal detection fails due to BGR-RGB assumption
Replies: 1
Views: 1659

Re: Signal detection fails due to BGR-RGB assumption

Thank you for this. This will be included in zm v1.27.1.
by mastertheknife
Wed Apr 23, 2014 10:36 am
Forum: ZoneMinder 1.26.x
Topic: Red is the new Blue?
Replies: 5
Views: 5677

Re: Red is the new Blue?

It was a bug introduced in zm v1.26 by me :oops:
Fixed in zm v1.27.1: https://github.com/ZoneMinder/ZoneMinde ... b69866a2ab
by mastertheknife
Thu Apr 03, 2014 7:33 pm
Forum: ZoneMinder 1.26.x
Topic: Camera doesn't work after upgrade
Replies: 8
Views: 4254

Re: Camera doesn't work after upgrade

Hi,

The "Held buffer is undersized..." error is because of a resolution mismatch. The monitor's resolution does not match the actual resolution from the stream.
by mastertheknife
Sun Mar 16, 2014 8:45 pm
Forum: ZoneMinder 1.26.x
Topic: https
Replies: 3
Views: 2268

Re: https

Hi,

ZM's "Remote" source type does not support https at this point. However, ZM v1.27 includes cURL source type (which uses libcurl) and it supports jpeg & mjpeg over https (provided you have libcurl installed.)
by mastertheknife
Wed Mar 05, 2014 10:24 pm
Forum: ZoneMinder 1.26.x
Topic: How to compile with vlc support?
Replies: 12
Views: 4813

Re: How to compile with vlc support?

VLC source type support is enabled by default, as long as you have the dependencies needed for it (libvlc-dev)
You are probably missing a dev package, try libvlc5-dev or libvlc5-devel
And -DENABLE_MMAP=yes is a workaround that is not required anymore since v1.26.5.
by mastertheknife
Tue Jan 07, 2014 9:08 pm
Forum: ZoneMinder 1.26.x
Topic: 1.26.5 stuck in Alarm
Replies: 10
Views: 8305

Re: 1.26.5 stuck in Alarm

Hi,

I fixed this in git by changing the default to 6% and by making the upgrade process (from 1.26.4 to 1.26.5) copy the value from the non alarm one to the alarm one.
by mastertheknife
Tue Jan 07, 2014 6:23 am
Forum: ZoneMinder 1.26.x
Topic: Streaming vs. JPEG single shots / best practice
Replies: 4
Views: 2439

Re: Streaming vs. JPEG single shots / best practice

Streams (H264 or even MJPEG) are far more efficient than single image, and you will probably get more frames per second. The way it works: MJPEG (image stream): Client connects to the server, server is continuously sending frames over the socket. The client is constantly reading the socket and extra...
by mastertheknife
Sun Jan 05, 2014 6:41 am
Forum: ZoneMinder 1.26.x
Topic: 1.25.5 make error
Replies: 1
Views: 1641

Re: 1.25.5 make error

Hi,
We fixed this one. You can get the fixed version here:
https://github.com/ZoneMinder/ZoneMinder/tarball/master
by mastertheknife
Tue Dec 31, 2013 12:24 pm
Forum: Feature Requests
Topic: Cameras recording to mpg or wmv and not to much jpeg
Replies: 4
Views: 5610

Re: Cameras recording to mpg or wmv and not to much jpeg

Hi, I've been working on this for a while. I have a code that saves events as h264 inside mp4 container. Additional testing can be useful. You can grab it here: https://github.com/ZoneMinder/ZoneMinder/tarball/video Its pretty much a drop-in replacement for stock ZM. however, these packages are requ...
by mastertheknife
Thu Dec 26, 2013 5:19 pm
Forum: ZoneMinder 1.26.x
Topic: Filters not executing
Replies: 6
Views: 5003

Re: Filters not executing

Hi,

Filters are broken on v1.26.5.
by mastertheknife
Wed Dec 25, 2013 6:00 am
Forum: ZoneMinder 1.26.x
Topic: Easiest Linux distribution for ZM
Replies: 6
Views: 3896

Re: Easiest Linux distribution for ZM

CentOS, or if you prefer being more up to date, Fedora.
We have RPMs for both. I personally use CentOS 6.4 on my intel atom box, works well.

CentOS RPMs: http://www.zoneminder.com/forums/viewto ... =9&t=19119
Fedora RPMs: http://www.zoneminder.com/forums/viewto ... =9&t=21400