Page 1 of 1

[Solved] - ZM and Axis 210

Posted: Tue Jan 18, 2011 2:07 pm
by LennyLurex
Hi,

I am having problems in getting a Axis 210 to work with ZM.
I have set up the camera in ZM to monitor, and the IP in the Monitor list is orange.
For some reason, when I click on the camera name, I am unable to see any image.

The remote host path is set to
/axis-cgi/jpg/image.cgi?resolution=320x240

Any help would be appreciated.

Thanks

Posted: Tue Jan 18, 2011 2:31 pm
by LennyLurex
Just looking at the logs, and it seems whenever I open the window to view the camera, i see in /var/log/apache2/error.log

[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 808, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 813, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 818, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 823, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 828, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 808, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 813, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 818, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 823, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 828, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 808, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 813, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 818, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 823, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 828, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 808, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 813, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 818, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 823, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 828, referer: http://localhost/zm/
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] script not found or unable to stat: /var/www/cgi-bin/nph-zms, referer: http://localhost/zm/?view=watch&mid=1
[Tue Jan 18 06:27:03 2011] [error] [client 127.0.0.1] script not found or unable to stat: /var/www/cgi-bin/nph-zms, referer: http://localhost/zm/?view=watch&mid=1


Could this be telling me something?

Posted: Wed Jan 19, 2011 11:27 pm
by jani
copy nph-zms into /var/www/cgi-bin/ and you will see the camera images

Posted: Thu Jan 20, 2011 1:16 pm
by LennyLurex
Thank you Jani,

I did try that earlier, but must have copird to the wrong location. Now works as it should.

Thanks again for your help..