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?
Image Problem
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 ~]#
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 ~]#
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.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]
Second is that you need to install pcre-devel package and rebuild zm.