Now saved brightness, contrast. hue and colour for monitors.
Posted: Wed Jul 28, 2004 4:08 pm
This patch fixed a bug published in http://www.zoneminder.com/forums/viewtopic.php?t=3437.
Database update required:
Download patch[/code]
Database update required:
Code: Select all
alter table Monitors add column Brightness mediumint(5) unsigned NOT NULL default '32767' after RefBlendPerc;
alter table Monitors add column Contrast mediumint(5) unsigned NOT NULL default '32767' after Brightness;
alter table Monitors add column Hue mediumint(5) unsigned NOT NULL default '32767' after Contrast;
alter table Monitors add column Colour mediumint(5) unsigned NOT NULL default '32767' after Hue;