Search found 678 matches

by mastertheknife
Sun Jun 08, 2014 5:02 am
Forum: ZoneMinder 1.27.x
Topic: Make errors, won't install.
Replies: 1
Views: 2488

Re: Make errors, won't install.

Hi, Your ffmpeg depends on the bz2 library, so we need to include it in our linking process. If you are using cmake, add -DZM_EXTRA_LIBS="bz2" to your cmake command line. EDIT: it seems you are also missing another library, a one that contains the avresample_* functions. Your ffmpeg was bu...
by mastertheknife
Sat Jun 07, 2014 3:36 pm
Forum: Feature Requests
Topic: Limit motion detect FPS
Replies: 7
Views: 5366

Re: Limit motion detect FPS

This is now possible in zm v1.27.1 (not yet released).
There is a new option called "Motion Frame Skip" which works like the "Write Frame Skip" option but this one is for motion detection.
by mastertheknife
Fri Jun 06, 2014 5:52 am
Forum: ZoneMinder 1.27.x
Topic: mjpeg issues
Replies: 5
Views: 3314

Re: mjpeg issues

Hi,

Looks like your camera is using Chunked Encoding, which is a HTTP/1.1 feature that ZM's "Remote" source type does not support. If this is ZM v1.27 or newer, you can use the cURL source type, which does support chunked encoding.
by mastertheknife
Mon May 19, 2014 4:53 am
Forum: ZoneMinder 1.27.x
Topic: Cmake prob. ZLIB missing - found 1.2.7
Replies: 3
Views: 3334

Re: Cmake prob. ZLIB missing - found 1.2.7

Hi,

This looks like a bug within cmake, but no fear, zlib and curl are not required dependencies, so you should have no problems continuing the installation.
by mastertheknife
Wed May 14, 2014 9:59 am
Forum: ZoneMinder 1.27.x
Topic: Camera Settings for D-link DCS942L
Replies: 48
Views: 17154

Re: Camera Settings for D-link DCS942L

Now when I cmake it says could not find perl modules missing: PERLMODULES_EXTUTILS_MAKEMAKER_MODULE: How do I fix that? Hi, You are missing the ExtUtils::MakeMaker perl module, which is required for compiling zm's perl modules. You can try installing it using your package manager (e.g. apt-get or y...
by mastertheknife
Mon May 12, 2014 12:09 pm
Forum: Hardware Queries
Topic: NCP3000v2 16ch 4x fusion bt878a
Replies: 6
Views: 3908

Re: NCP3000v2 16ch 4x fusion bt878a

Hi, If this is not too different from the gv800, just different muxer chip, perhaps you can use the gv800 code and modify it a bit. The MT8816[AP] is an analog muxer with 8 rows and 16 colums: sixteen X inputs and eight Y inputs. It uses an SPI interface which is fairly simple (If you have an arduin...
by mastertheknife
Sun May 11, 2014 5:18 am
Forum: ZoneMinder 1.27.x
Topic: Unknown column 'MotionFrameSkip' in 'field list'
Replies: 3
Views: 2447

Re: Unknown column 'MotionFrameSkip' in 'field list'

Hi,

Did you run zmupdate.pl after installing this version of ZM?

At any case, you can add that new field manually to the database using this SQL statement:

Code: Select all

ALTER TABLE `Monitors` ADD `MotionFrameSkip` smallint(5) unsigned NOT NULL default '0' AFTER `FrameSkip`
by mastertheknife
Wed May 07, 2014 7:36 pm
Forum: ZoneMinder 1.25.x
Topic: Adding USB monitor Logitech C910 not working
Replies: 4
Views: 3304

Re: Adding USB monitor Logitech C910 not working

According to the V4L information you posted, your camera only supports the MJPEG capture palette. This capture palette is only supported by ZoneMinder v1.26 and newer.
by mastertheknife
Sun May 04, 2014 12:28 pm
Forum: ZoneMinder 1.26.x
Topic: "increase ring buffer size" on centos/rh 6 ??
Replies: 3
Views: 2713

Re: "increase ring buffer size" on centos/rh 6 ??

Hi,

Logs wil be helpful.

You are not getting shmget errors because you are not using the old shared memory, but mmap which is automatic, so no need to play with shmall or shmmax.
by mastertheknife
Sun May 04, 2014 11:00 am
Forum: ZoneMinder 1.26.x
Topic: TL-SC3171G Unable to get response
Replies: 8
Views: 4429

Re: TL-SC3171G Unable to get response

After some googling, it seems this camera supports MJPEG perfectly fine. You need to disable RTSP mode and then you can use MJPEG mode.
See here: http://www.zoneminder.com/wiki/index.php/SC-3171
by mastertheknife
Sun May 04, 2014 8:16 am
Forum: ZoneMinder 1.26.x
Topic: Ubuntu 1.25 to 1.26.5 non-default symlinks [ppa:iconnor]
Replies: 10
Views: 5662

Re: Ubuntu 1.25 to 1.26.5 non-default symlinks [ppa:iconnor]

Symlinks are perfectly fine. I never understood why some people choose to store their events in /usr(/share/zoneminder/www/events) as this is a file system not designed for variable data. In some systems, /usr is even mounted read only! I have my events in /var/lib/zoneminder/events and images in /v...
by mastertheknife
Sun May 04, 2014 8:10 am
Forum: ZoneMinder 1.26.x
Topic: Using Modect to read water meters rotary dialers - SOLVED...
Replies: 3
Views: 2374

Re: Using Modect to read water meters rotary dialers

Perhaps the max value for "Alarm Frame Count" can be increased. I will look into it.
by mastertheknife
Sun May 04, 2014 8:09 am
Forum: ZoneMinder 1.26.x
Topic: TL-SC3171G Unable to get response
Replies: 8
Views: 4429

Re: TL-SC3171G Unable to get response

Hi,

The "video/mpeg" content type is unsupported by ZM's "Remote" source type. Try using the ffmpeg source type or the libvlc one (v1.27 only)
by mastertheknife
Sun May 04, 2014 8:04 am
Forum: ZoneMinder 1.26.x
Topic: In & Out of Alarm Constantly
Replies: 1
Views: 1535

Re: In & Out of Alarm Constantly

Hi, This is because of a new setting in v1.26.5, called "Alarm reference blend percent" in the monitor options. To get pre <1.26.5 behaviour, set it to match the non-alarm one (its the one above it). The default for this setting was too low at v1.26.5, and as of zm v1.27.0, both settings d...
by mastertheknife
Fri May 02, 2014 8:30 pm
Forum: ZoneMinder 1.26.x
Topic: compile errors, unknown register name
Replies: 2
Views: 2432

Re: compile errors, unknown register name

This is probably not a x86 processor, so it doesn't have XMM (SSE) registers.
Add -DZM_STRIP_SSE to your compiler's c++ flags (CXXFLAGS or CPPFLAGS usually)