Do I have to have php 5.4 will it run with my forced php 5.3 (I run things that will not work with php5.4)
It was a apt-get install zoneminder install
I had a error
Shared data size conflict in shared_data for monitor Monitor-1, expected 328, got 316.
fixed it with
edit /usr/share/perl5/ZoneMinder/Memory.pm
Code: Select all
our $arch = int(3.2*length(~0));
to
our $arch = 32;
edit /usr/bin/zmdc.pl
#add following line right before "my @daemons =
from this website http://www.raspberrypi.org/phpBB3/viewt ... f=6&t=5671
Code: Select all
$ENV{LD_PRELOAD} = '/usr/lib/i386-linux-gnu/libv4l/v4l2convert.so';
2013-10-21 00:34:45.079346 web_js 3811 ERR TypeError: rows is undefined http://heybob.dyndns.tv:85/javascript/m ... more-nc.js 9453
not finding a whole lot of help.
I can see
2013-10-21 00:42:17.605289 zmc_m2 4088 INF backyard: 5000 - Capturing at 9.71 fps zm_monitor.cpp 2598
so it seems to be doing something and the log link is green but My source is red (ip address of camera all the settings seem fine. I have no button to click to see the monitor if I put it into modetect I will capture frames and can view them on the events but I can not edit zones nor can I even click on the live feed monitor. there is nothing linkable. urgh anyone?