Page 1 of 1
1.19.5 contrast and colour settings
Posted: Mon Sep 27, 2004 8:03 pm
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.
Posted: Mon Sep 27, 2004 8:13 pm
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.
Posted: Mon Sep 27, 2004 9:53 pm
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,
Posted: Tue Sep 28, 2004 1:02 pm
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)