Bogus scale factor 0 found

Support and queries relating to all previous versions of ZoneMinder
Locked
Hogface
Posts: 70
Joined: Wed Oct 05, 2005 1:52 am
Location: Arkansas

Bogus scale factor 0 found

Post by Hogface »

I continue to get this message.
My observations is that it only does this during the "cycle" mode.

I validated each monitor for scale (set to actual) and in the options menu the default scale is set to 100%.

Video is normal and works for each camera.
No other errors.

System:
Zoneminder 1.22.2
FC4 on IBM 342 Server, 2 gig ramx two pentium cpus, scsi array, two 4400r compatiable cards.
8 cameras, each at 5 fps, during alarm 15 fps.
No cameras were in alarm during the cycle.

/etc/var/log from below.
Jun 5 22:22:21 scuffy zms[4479]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:26 scuffy last message repeated 25 times
Jun 5 22:22:27 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:28 scuffy last message repeated 6 times
Jun 5 22:22:28 scuffy zmc_dvideo0[4236]: INF [OutsideEast: 2000 - Capturing at 4.93 fps]
Jun 5 22:22:28 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:28 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:28 scuffy zma_m1[4245]: INF [OutsideEast: 2000 - Processing at 4.93 fps]
Jun 5 22:22:28 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:29 scuffy last message repeated 3 times
Jun 5 22:22:29 scuffy zmc_dvideo1[4249]: INF [OutsideSouthEast: 2000 - Capturing at 4.93 fps]
Jun 5 22:22:29 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:30 scuffy last message repeated 2 times
Jun 5 22:22:30 scuffy zma_m2[4257]: INF [OutsideSouthEast: 2000 - Processing at 4.93 fps]
Jun 5 22:22:30 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:30 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:31 scuffy zmc_dvideo2[4261]: INF [OutsideSouth: 2000 - Capturing at 4.93 fps]
Jun 5 22:22:31 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:31 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:31 scuffy zma_m3[4269]: INF [OutsideSouth: 2000 - Processing at 4.95 fps]
Jun 5 22:22:31 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:32 scuffy last message repeated 4 times
Jun 5 22:22:32 scuffy zmc_dvideo3[4273]: INF [OutsideTower: 2000 - Capturing at 4.93 fps]
Jun 5 22:22:32 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:33 scuffy zms[4481]: ERR [Bogus scale factor 0 found]
Jun 5 22:22:33 scuffy zma_m4[4281]: INF [OutsideTower: 2000 - Processing at 4.93 fps]
Jun 5 22:22:34 scuffy zmc_dvideo4[4285]: INF [OutSideNorth: 2000 - Capturing at 4.93 fps]
Jun 5 22:22:34 scuffy zma_m5[4294]: INF [OutSideNorth: 2000 - Processing at 4.95 fps]
Jun 5 22:22:35 scuffy zmc_dvideo5[4298]: INF [InsideMiddle: 2000 - Capturing at 4.95 fps]
Jun 5 22:22:36 scuffy zma_m6[4306]: INF [InsideMiddle: 2000 - Processing at 4.93 fps]
Jun 5 22:22:37 scuffy zmc_dvideo6[4310]: INF [InsideWest: 2000 - Capturing at 4.93 fps]
Jun 5 22:22:38 scuffy zmc_dvideo7[4314]: INF [InsideAlternating: 2000 - Capturing at 4.93 fps]
________
halfbaked
Last edited by Hogface on Thu Feb 03, 2011 1:15 pm, edited 1 time in total.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Can you capture the source of the page that is generating this error so we can see what is being passed to zms?
Phil
Hogface
Posts: 70
Joined: Wed Oct 05, 2005 1:52 am
Location: Arkansas

Post by Hogface »

I'd be happy to.....if you could tell me how.

Again, it's during cycle mode...
Greg
________
extreme q vaporizer
Last edited by Hogface on Thu Feb 03, 2011 1:15 pm, edited 1 time in total.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

open the cycle monitor then right click on the cycle window, select "view source" should do the trick.

Regards,
Corey
Hogface
Posts: 70
Joined: Wed Oct 05, 2005 1:52 am
Location: Arkansas

Post by Hogface »

As requested..here is the source..
<DOCTYPE>
<html>
<head>
<title>Hogface - Cycle Watch</title>
<link>
<script>
function newWindow(Url,Name,Width,Height)
{
var Win = window.open(Url,Name,"resizable,scrollbars,width="+Width+",height="+Height);
}
function closeWindow()
{
top.window.close();
}
window.setTimeout( "window.location.replace( '/zm/zm.php?view=cycle&group=0&mid=2&mode=stream' )", 5000 );
</script>
</head>
<body>
<table>
<tr>
<td><b>OutsideEast</b></td>
<td><a>Stills</a></td>
<td><a>Close</a></td>

</tr>
<tr><td><a><img>
</a></td></tr>
</table>
</body>
</html>
________
grape ape
Last edited by Hogface on Thu Feb 03, 2011 1:16 pm, edited 1 time in total.
Hogface
Posts: 70
Joined: Wed Oct 05, 2005 1:52 am
Location: Arkansas

Post by Hogface »

Did you happen to find anything?
________
iolite vaporizer
Last edited by Hogface on Thu Feb 03, 2011 1:16 pm, edited 1 time in total.
gab74
Posts: 21
Joined: Tue May 08, 2007 1:29 pm

Post by gab74 »

In my Zoneminder i've the same error.....

but scale factor 0 what means SCALE FACTOR ???

Using cicling i receive the same error even if sometimes the 3 cameras cicle correctly
the images are showed but the error remains....

Jun 29 16:21:29 mirha zms[8091]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:29 mirha zms[8091]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:29 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:29 mirha zms[8091]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:29 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:30 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:30 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:30 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:30 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:30 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:30 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:30 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:30 mirha zms[8093]: ERR [Bogus scale factor 0 found]
Jun 29 16:21:30 mirha zms[8093]: ERR [Bogus scale factor 0 found]


Why This Bugged Zoneminder under Gentoo ?????

i set the scale on "actual" .... actual means zero ????

PAGE SOURCE .......

<DOCTYPE>
<html>
<head>
<title>Babyluna -- MHIRA CONTRL SYSTEM - Vista Ciclica</title>
<link>
<script>
function newWindow(Url,Name,Width,Height)
{
var Win = window.open(Url,Name,"resizable,scrollbars,width="+Width+",height="+Height);
}
function closeWindow()
{
top.window.close();
}
window.setTimeout( "window.location.replace( '/index.php?view=cycle&group=0&mid=11&mode=stream' )", 5000 );
</script>
</head>
<body>
<table>
<tr>
<td><b>Grande1</b></td>
<td><a>Foto</a></td>
<td><a>Chiudi</a></td>

</tr>
<tr><td><a><img>
</a></td></tr>
</table>
</body>
</html>
________
Homemade vaporizers
Last edited by gab74 on Fri Feb 11, 2011 2:00 pm, edited 1 time in total.
andywright
Posts: 10
Joined: Mon Aug 20, 2007 7:15 pm
Location: Leeds, UK

Post by andywright »

It's a while since you posted so you might have already figured this out, but if you go to Options -> Web and change ZM_WEB_MONTAGE_WIDTH and ZM_WEB_MONTAGE_HEIGHT to valid values (I'm using 320 and 240), the error will stop.

Andy.
Hogface
Posts: 70
Joined: Wed Oct 05, 2005 1:52 am
Location: Arkansas

Post by Hogface »

Thank you!...No I had not figured this out, but this did fix my problem!
Greg
skyking
Posts: 84
Joined: Sat Nov 03, 2007 4:07 am

Post by skyking »

moved to a new post
Locked