Difference between revisions of "ICamViewProxy"

From ZoneMinder Wiki
Jump to navigationJump to search
(Undo revision 5078 by Johnnykurp3 (talk))
 
Line 8: Line 8:


[http://www.barkered.com/2008/04/07/icamviewproxy-icamview/ ICamViewProxy Article, Source Code and Windows Executable]
[http://www.barkered.com/2008/04/07/icamviewproxy-icamview/ ICamViewProxy Article, Source Code and Windows Executable]
http://www.buzzbacklinks.com/edu-links-link-building-services-google-backlinks

Latest revision as of 02:15, 27 January 2012

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