Page 1 of 1

Image Problem

Posted: Wed Dec 05, 2007 3:12 pm
by seabro
Hi all,

It has been a year since I last played with ZM and I have just installed it and have a slight problem.

Although I can see JPG images from my Axis 207W at http://192.168.2.90/axis-cgi/jpg/image.cgi

I cannot see them through zoneminder. I have configured source as 'Remote Host Name' as '192.168.2.90' and 'Remote Host Path' as '/axis-cgi/jpg/image.cgi'

On the console screen the camera ip is RED and when I click the cam name, I get no image.

Do you have any problems why ZM is not happy?

Posted: Wed Dec 05, 2007 4:42 pm
by W.
a) check if resolution configured in ZM matches images returned by camera using this url
b) check shared memory

but first of all, check logs.

Posted: Wed Dec 05, 2007 5:45 pm
by seabro
Thanks for your help W.

I have checked items 1 and 2 as suggested. Here is the log file. Any assistance appreciated.

[root@localhost ~]# tail /var/log/messages
Dec 5 17:42:15 localhost zmdc[5832]: INF [Starting pending process, zmc -m 2]
Dec 5 17:42:15 localhost zmdc[5832]: INF ['zmc -m 2' starting at 07/12/05 17:42:15, pid = 5896]
Dec 5 17:42:15 localhost zmdc[5896]: INF ['zmc -m 2' started at 07/12/05 17:42:15]
Dec 5 17:42:15 localhost zmc_m2[5896]: INF [Debug Level = 0, Debug Log = <none>]
Dec 5 17:42:15 localhost zmc_m2[5896]: INF [Starting Capture]
Dec 5 17:42:15 localhost zmc_m2[5896]: WAR [Unable to use netcam regexps as not compiled with libpcre]
Dec 5 17:42:15 localhost zmc_m2[5896]: ERR [Invalid response status 210374640: Unauthorized]
Dec 5 17:42:15 localhost zmdc[5832]: ERR ['zmc -m 2' exited abnormally, exit status 255]
Dec 5 17:42:15 localhost zma_m2[5861]: WAR [Waiting for capture daemon]
Dec 5 17:42:46 localhost last message repeated 30 times
[root@localhost ~]#

Posted: Wed Dec 05, 2007 5:55 pm
by cordel
seabro wrote: Dec 5 17:42:15 localhost zmc_m2[5896]: WAR [Unable to use netcam regexps as not compiled with libpcre]
Dec 5 17:42:15 localhost zmc_m2[5896]: ERR [Invalid response status 210374640: Unauthorized]
Looks like you have two problems. First being that the IP cam is returning Unauth, check your path setting for the cam, you will have to dig in the camera manual or search the forum to see if anyone has setup this model cam.

Second is that you need to install pcre-devel package and rebuild zm.

Posted: Wed Dec 05, 2007 6:03 pm
by seabro
Cordel,

Thank you, you make me feel like such a newb!

I will disable password request on camera and retry.

I don't know what pcre-devel is but I will have a dig around on net.

Thanks alot to both you and W.

Seabro