Montage does not obey FPS Report Interval

Support and queries relating to all previous versions of ZoneMinder
Locked
awebsurfer
Posts: 7
Joined: Wed Sep 15, 2004 6:41 pm

Montage does not obey FPS Report Interval

Post by awebsurfer »

This might be a small bug in v1.19.4 : the montage view on my setup refreshes the FPS indicator frame every second, rather than every 10000ms (10 seconds). I have both video sources configured with a 10000 refresh interval.

The source generated in that frame:

Code: Select all

<html>
<head>
<link rel="stylesheet" href="zm_styles.css" type="text/css">
<script language="JavaScript">
top.window.focus();
window.setTimeout( "window.location.reload(true)", 1000 );
</script>
</head>
<body>
<table width="90%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15%" class="text" align="left">&nbsp;</td>
<td width="70%" class="text" align="center" valign="middle">Status:&nbsp;Record&nbsp;-&nbsp;5.00&nbsp;fps</td>
<td width="15%" align="right" class="text">&nbsp;</td>
</tr>
</table>
</body>
</html>
On second thought, maybe this is a feature request, because the monitor panels seem to use the FPS report interval setting just fine.

In the meantime, I set ZoneMinder to not display the FPS indicator in the montage view. That seems to work just fine.
Locked