Archive for December 30th, 2007

After a quick google the solution is simple:
In your theme folder edit the page.php and place:

<?php comments_template(); ?>

in between:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

———————

<?php endwhile; endif; ?>

Tags: , , , ,

Comments No Comments »

I have purchased a ICamView Plus web server and compatible Infrared camera. These devices are relatively well built and the 2 together cost me as little as £40.

Connecting the ICamView to ZoneMinder is not as simple as you might hope. So I set about writing a proxy application.

This application sits on the box running zoneminder and provides a proxy between the proprietary video port and provides an MJPEG stream to zoneminder. In an ideal world, ICamView would make a complient port, but given their releases of updates it seems unlikely.

The application is fully portable and has been written using C++, SDL and SDL_net extension. I have compiled and tested it in windows and Linux (Fedora 6). There is no reason why this should not work on any other platform.

ICamViewProxy explaination and download

Tags: , ,

Comments No Comments »