Search found 1 match
- Sat Aug 29, 2009 7:16 pm
- Forum: ZoneMinder 1.24.x
- Topic: Possible fix for incorrect fps and zoom values
- Replies: 14
- Views: 8179
Re: Possible fix for incorrect fps and zoom values
I was having a problem with incorrect fps and zoom values in live and montage views. I found that the following change seems to fix the problem. Line 94 in web/ajax/stream.php reads something like: $data = unpack("ltype/imonitor/dfps/istate .... I changed it to: $data = unpack("ltype/imonitor/C/C/C ...