ICamViewProxy

From ZoneMinder Wiki
Revision as of 02:15, 27 January 2012 by Rknobbe (talk | contribs) (Undo revision 5078 by Johnnykurp3 (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.

Below is a link for a page containing an article and source code for a C++ ICamView proxy for ZoneMinder.

ICamViewProxy Article, Source Code and Windows Executable