Paco,
I am having problems with Zoneminder. I need your assistance if possible. I assume you still have a working zoneminder.
I have never been able to get remote IP cameras to work with ZM so to simplify things i have put an old webcam into the sheevaplug USB port. I found that I had a problem with USB cam drivers and settings which I finally sorted and I now get an image using Camorama in a VNC window.
I have had a look at your wiki page as above but there seem to be issues with Zoneminder itself. I installed zm from the debian repositories and I get the zm index page displayed and I can add monitors. The version installed is v1.24.4 according to the screen. However zm seems to have issues in some of the modules. I was getting the repeated error 'zmwatch [Shared data size conflict in shared_data for monitor USB-Cam, expected 328, got 316]' in the syslog and also in /tmp/zmwatch.log. I have found what might be a fix for this problem from a Red Hat problems page viz:-
Fix an error at I386:
zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor
Monitor-1, expected 328, got 316]
The patch for i386 ($arch should be 32 here but perl uses 64 bit integer):
-----
-our $arch = int(3.2*length(~0));
+our $arch = 32;
-----
I'm not sure how to properly fix this. I'm all ears.
OK I know that was i386 as opposed to ARM9 but the file '/usr/share/perl5/ZoneMinder/Memory.pm' has the same line. Changing it as above allows things to move on and the 'Shared data size...' error has gone. However I now get errors reported in my syslog viz:-
Oct 12 19:32:33 localhost zmdc[6993]: INF [Starting pending process, zmc -d /dev/video0]
Oct 12 19:32:33 localhost zmdc[6993]: INF ['zmc -d /dev/video0' starting at 11/10/12 19:32:33, pid = 12856]
Oct 12 19:32:33 localhost zmdc[12856]: INF ['zmc -d /dev/video0' started at 11/10/12 19:32:33]
Oct 12 19:32:33 localhost zmc_dvideo0[12856]: INF [Debug Level = 0, Debug Log = <none>]
Oct 12 19:32:33 localhost zmc_dvideo0[12856]: INF [Starting Capture]
Oct 12 19:32:33 localhost zmc_dvideo0[12856]: WAR [Hue control is not supported]
Oct 12 19:32:33 localhost zmc_dvideo0[12856]: WAR [Saturation control is not supported]
Oct 12 19:32:35 localhost zmc_dvideo0[12856]: INF [Got signal 11 (Segmentation fault), crashing]
Oct 12 19:32:35 localhost zmdc[6993]: ERR ['zmc -d /dev/video0' exited abnormally, exit status 11]
Oct 12 19:32:42 localhost zmdc[6993]: INF [Starting pending process, zmaudit.pl -c]
Oct 12 19:32:42 localhost zmdc[6993]: INF ['zmaudit.pl -c' starting at 11/10/12 19:32:42, pid = 12857]
Oct 12 19:32:42 localhost zmdc[12857]: INF ['zmaudit.pl -c' started at 11/10/12 19:32:42]
Oct 12 19:32:43 localhost zmdc[6993]: ERR ['zmaudit.pl -c' exited abnormally, exit status 9]
OK it is a simple webcam but I can't find any reference to these problems through googling and I am wondering what made your zoneminder work and did not suffer from these errors? Any thoughts?
TIA, Tony