Difference between revisions of "ICamViewProxy"

From ZoneMinder Wiki
Jump to navigationJump to search
Line 7: Line 7:
Below is a link for a page containing an article and source code for a C++ ICamView proxy for ZoneMinder.
Below is a link for a page containing an article and source code for a C++ ICamView proxy for ZoneMinder.


[http://www.barkered.com/computery-project-geekness/icamview-proxy/ ICamViewProxy Article, Source Code and Windows Executable]
[http://www.barkered.com/2008/04/07/icamviewproxy-icamview/ ICamViewProxy Article, Source Code and Windows Executable]

Revision as of 07:01, 10 August 2008

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