The system trundled along but the CPU usage was very high. I had a spare Dell Poweredge 1600sc server with dual Xeon processors which I thought might be better suited to Zoneminder.
I installed Ubuntu 12.04 and Zoneminder 1.25 from the repositories following the instructions on http://www.zoneminder.com/wiki/index.ph ... e_easy_way. The BT878A card seemed to install fine with lspci listing 01:08.0 Multimedia video controller:
Code: Select all
Brooktree Corporation Bt878 Video Capture (rev 11)
When I grep bttv /var/log/syslog, everything looks normal as far as I can tell.
However, when I add a monitor, I get nothing but a black screen and there are errors in the Zoneminder logs like:
Code: Select all
2012-05-28 11:04:39.367060 zmdc 1366 INF 'zmc -d /dev/video1' crashed, signal 134 zmdc.pl
2012-05-28 11:04:39.364980 zmdc 1366 INF 'zmc -d /dev/video0' crashed, signal 134 zmdc.pl
2012-05-28 11:04:39.130110 zmc_dvideo1 1593 PNC Zone 2/All for monitor Reception extends outside of image dimensions, -319, 0, 0, 0 zm_zone.cpp 927
2012-05-28 11:04:39.120703 zmc_dvideo0 1591 PNC Zone 1/All for monitor Toilets extends outside of image dimensions, -319, 0, 0, 0 zm_zone.cpp 927
2012-05-28 11:04:39.053490 zmdc 1593 INF 'zmc -d /dev/video1' started at 12/05/28 11:04:39 zmdc.pl
2012-05-28 11:04:39.053400 zmdc 1366 INF 'zmc -d /dev/video1' starting at 12/05/28 11:04:39, pid = 1593 zmdc.pl
2012-05-28 11:04:39.044130 zmdc 1366 INF Starting pending process, zmc -d /dev/video1
Does anybody have any ideas what this might mean?