Page 1 of 1
.
Posted: Sat Dec 27, 2008 1:33 am
by Cartsy
...
Posted: Sat Dec 27, 2008 3:29 am
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"/>
Posted: Sat Dec 27, 2008 10:38 pm
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.
Posted: Sat Dec 27, 2008 11:08 pm
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.
Posted: Sun Dec 28, 2008 9:43 am
by kingofkya
also setting it to 1 fps will reduce load
or .025
etc..
Posted: Tue Dec 30, 2008 1:59 pm
by tdukes
Thanks for that info!!
Just curious why it works fine with foxfire and not internet explorer?
________
Dx11
Posted: Tue Dec 30, 2008 5:25 pm
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
Posted: Tue Dec 30, 2008 6:56 pm
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"
Posted: Wed Dec 31, 2008 2:19 pm
by tdukes