Page 1 of 1

Montage of IP Cameras

Posted: Wed Aug 24, 2011 12:18 pm
by Flasheart
I've been doing this for years but it seems to be overlooked by many. Using Zoneminder's montage to view multiple cameras adds to server load a lot.

You can get better performance and a more flexible layout simply by using <img> tags to build a simple html file and avoid stressing zoneminder entirely.

Naturally this needs IP cams that support mjpeg. I've added to the wiki below with a picture of what I mean.

http://www.zoneminder.com/wiki/index.php/IpCamMontage

Re: Montage of IP Cameras

Posted: Wed Dec 28, 2011 5:38 pm
by me2
Flasheart wrote:I've been doing this for years but it seems to be overlooked by many. Using Zoneminder's montage to view multiple cameras adds to server load a lot.

You can get better performance and a more flexible layout simply by using <img> tags to build a simple html file and avoid stressing zoneminder entirely.

Naturally this needs IP cams that support mjpeg. I've added to the wiki below with a picture of what I mean.

http://www.zoneminder.com/wiki/index.php/IpCamMontage
Great tip !

What cameras are you using ?

Thanks

Re: Montage of IP Cameras

Posted: Sat Mar 03, 2012 5:53 pm
by kmrs75
I was just looking up some things with montage i get logged off every 20 mins or so i was looking how to get around that but I will do this instead thanks a lot.

not sure how much this may help buy instead of streaming the images you could capture a single image and do a auto refresh of the page every 2 sec and then all the stills would reload only one time. may save more bandwith. you could use a plug in RELOADEVERY that is what i use for other things.

Thanks again

Re: Montage of IP Cameras

Posted: Sat Mar 03, 2012 7:39 pm
by Flasheart
me2 wrote: What cameras are you using ?
Lots! About six types of Axis, Y-Cam Blacks, Gadspot, Panasonic, those Dealextreme cheapies and another I can't remember the name of.

I use an sql backend which generates the html for the montage page based on various parameters - which site, which group of cameras (perimeter, welfare, etc). That contains the urls for the images and urls to take the user to the full camera page when clicked.

Works really well, but took a little time to set up.

Re: Montage of IP Cameras

Posted: Sat Mar 03, 2012 7:40 pm
by Flasheart
kmrs75 wrote:I was just looking up some things with montage i get logged off every 20 mins or so i was looking how to get around that but I will do this instead thanks a lot.

not sure how much this may help buy instead of streaming the images you could capture a single image and do a auto refresh of the page every 2 sec and then all the stills would reload only one time. may save more bandwith. you could use a plug in RELOADEVERY that is what i use for other things.

Thanks again
That's a good idea. The only problem isn't so much bandwidth, it's cpu load. The cpu tops out with 16 or so cameras at a time and that limits bandwidth, so your suggestion would help that a lot.