1.19.5 contrast and colour settings

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
lazyleopard
Posts: 403
Joined: Tue Mar 02, 2004 6:12 pm
Location: Gloucestershire, UK

1.19.5 contrast and colour settings

Post by lazyleopard »

It's weird, but the contrast and colour settings are displayed as "-1" in the monitor's settings window when the video card has a shared bt8x8 and the Device Channel is not zero. For some reason Brightness and Hue get through on any channel.
Rick Hewett
User avatar
lazyleopard
Posts: 403
Joined: Tue Mar 02, 2004 6:12 pm
Location: Gloucestershire, UK

Post by lazyleopard »

More bizarreness... I can't figure a pattern, but sometimes Contrast and Colour are -1 whie Brightness and Hue have values, and sometimes it's the other way round. On Device channel 0 everything seems to be Ok.
Rick Hewett
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

You may have got the first drop of .5, if you get the current one it displays the actual settings rather than the values in the DB, which are -1 (indicating no setting) by default.

Phil,
User avatar
lazyleopard
Posts: 403
Joined: Tue Mar 02, 2004 6:12 pm
Location: Gloucestershire, UK

Post by lazyleopard »

I did get the earlier drop, but I've also fetched the later drop which appears thus:

Code: Select all

 635045 Sep 26 22:56 zm-1.19.5.tar.gz
md5sum zm-1.19.5.tar.gz
dc8502c92fa7b9802d1efbaf2198ff42  zm-1.19.5.tar.gz
and I seem to have all the latest code installed.

When the values are saved, are just fields that appear to have been modified updated?

Code: Select all

mysql> select Id,Brightness,Contrast,Hue,Colour from Monitors;
+----+------------+----------+-------+--------+
| Id | Brightness | Contrast | Hue   | Colour |
+----+------------+----------+-------+--------+
|  8 |         -1 |       -1 |    -1 |     -1 |
|  7 |         -1 |       -1 |    -1 |     -1 |
|  6 |      27524 |       -1 | 32768 |     -1 |
|  5 |      27524 |       -1 | 32768 |     -1 |
|  9 |         -1 |       -1 |    -1 |     -1 |
| 10 |         -1 |       -1 |    -1 |     -1 |
+----+------------+----------+-------+--------+
6 rows in set (0.00 sec)
Rick Hewett
Locked