Image Problem

Support and queries relating to all previous versions of ZoneMinder
Locked
seabro
Posts: 24
Joined: Fri Jan 28, 2005 11:00 pm
Location: Cardiff, Wales. UK

Image Problem

Post 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?
W.
Posts: 108
Joined: Tue Apr 10, 2007 5:06 pm
Location: Latvia

Post 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.
if common sense is so uncommon, why is it called common then?
seabro
Posts: 24
Joined: Fri Jan 28, 2005 11:00 pm
Location: Cardiff, Wales. UK

Post 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 ~]#
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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.
seabro
Posts: 24
Joined: Fri Jan 28, 2005 11:00 pm
Location: Cardiff, Wales. UK

Post 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
Locked