Montage does not obey FPS Report Interval
Posted: Wed Sep 15, 2004 6:48 pm
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:
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.
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"> </td>
<td width="70%" class="text" align="center" valign="middle">Status: Record - 5.00 fps</td>
<td width="15%" align="right" class="text"> </td>
</tr>
</table>
</body>
</html>
In the meantime, I set ZoneMinder to not display the FPS indicator in the montage view. That seems to work just fine.