.

Support and queries relating to all previous versions of ZoneMinder
Locked
Cartsy
Posts: 12
Joined: Wed Dec 03, 2008 11:47 pm

.

Post by Cartsy »

...
Last edited by Cartsy on Sun Jan 11, 2009 6:45 pm, edited 1 time in total.
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

ok first thing you need to do is set up a guest account on zoneminder (assuming you have your install password protected TURNED ON its the ZM_OPT_USE_AUTH option | Default user/pass when you turn it on is admin:admin)

Now set up the account in the users tab under options as guest with a pass also guest. And the last thing is set restricted monitors to what you don't want anyone to see,


Ok all you need to change in the code is the monitor id to what the cam is, width and hight, zoneminder url and maybe the fps

<img width="800" height="450" border="0" alt="New" src="http://camurl/cgi-bin/nph-zms?mode=jpeg&monitor=1&scale=100&maxfps=15&user=guest&pass=guest"/>
Cartsy
Posts: 12
Joined: Wed Dec 03, 2008 11:47 pm

Post by Cartsy »

Thanks! That is exactly what I've been looking for.

But, there is a big amount of lag : )

At first everything is fine, but after few mins the picture is late for 20 secs and increasing.. I have the same fps setup in the ZM and in the link.
coke
Posts: 518
Joined: Wed Jan 30, 2008 5:53 pm
Location: St. Louis, MO, USA

Post by coke »

Any chance that they are IP cams, or are they analog? If they're IP, you could pull straight off the cameras without slowing down zoneminder.
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

also setting it to 1 fps will reduce load
or .025

etc..
tdukes
Posts: 25
Joined: Thu May 29, 2008 11:58 pm

Post by tdukes »

Thanks for that info!!

Just curious why it works fine with foxfire and not internet explorer?
________
Dx11
Last edited by tdukes on Fri Feb 11, 2011 9:51 am, edited 1 time in total.
tdukes
Posts: 25
Joined: Thu May 29, 2008 11:58 pm

Post by tdukes »

OK, I was looking thru the cambozola readme and came upon this:

Usage - Web page
The HTML snippet for a Netscape-readable page would be as follows:
<img>

The equivalent HTML snippet using the Cambozola viewer is:
.
.
.
<applet>
<param>
</applet>
.
.
.



So, I modified it (below) to my situation but all it does is give me a white box with an arrow.

<applet>
<param>
</applet>

Again, it works in firefox but not IE.

Any help would be appreciated!!
________
Buy vaporizers
Last edited by tdukes on Fri Feb 11, 2011 9:51 am, edited 1 time in total.
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

ok yes ie will not support streaming jpegs hence as you tryed you must have cambozola applet

ok where it says archive="cambozola.jar" is the prolem i am assuming that the web page you are punting it on is not in the zoneminder directory so that path also needs to point to your zm server so it also should be archive="http://zmboxurl/zm/cambozola.jar"
tdukes
Posts: 25
Joined: Thu May 29, 2008 11:58 pm

Post by tdukes »

Thanks!!
________
BUY VAPIR VAPORIZER
Locked