remote ZM will not connect.

Support and queries relating to all previous versions of ZoneMinder
Locked
pkmminc
Posts: 7
Joined: Thu Jul 27, 2006 5:30 pm

remote ZM will not connect.

Post by pkmminc »

I am currently have trouble connecting to a zm running in monitor mode.
Current setup for camera is:

NTSC
30fps
320x240
Grey

The ZM trying to connect has these settings
30fps
320x240
grey
ip address
80
/cgi-bin/nph-zms?mode=jpeg&monitor=21&scale=100&maxfps=30
grey

Below is what the current ZM is getting while trying to get images from the remote zm. The remote ZM does display images.

Code: Select all

Aug 15 00:51:50 menace-frontend zmc_m3[16642]: INF [Starting Capture]
Aug 15 00:51:50 menace-frontend zmc_m3[16642]: ERR [Captured image does not match expected size, check width, height and colour depth]
I have lowered the FPS on both machines and got the same result. I lowered all the way down to 2fps.

Both servers have the same apache and PHP versions. They are also connected the same switch.

apache 2.0.58
php 5.1.4
perl 5.8.8
ZM 1.22.2
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Re: remote ZM will not connect.

Post by cordel »

pkmminc wrote:

Code: Select all

Aug 15 00:51:50 menace-frontend zmc_m3[16642]: ERR [Captured image does not match expected size, check width, height and colour depth]
Check and make sure you don't have colorize checked in your remote zm setup, or try switching your connecting zm to 24bit color.

Regards,
Corey
pkmminc
Posts: 7
Joined: Thu Jul 27, 2006 5:30 pm

Colorize was the issue

Post by pkmminc »

Cordel,
Thank you for the help. Colorize was indeed the issue. Once I unchecked and started ZM I could see the images.
Locked