Page 1 of 1

Now saved brightness, contrast. hue and colour for monitors.

Posted: Wed Jul 28, 2004 4:08 pm
by oskin
This patch fixed a bug published in http://www.zoneminder.com/forums/viewtopic.php?t=3437.

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;
Download patch[/code]

Posted: Wed Aug 04, 2004 10:09 pm
by oskin

Posted: Sat Sep 25, 2004 3:17 pm
by zoneminder
Hi Oskin,

I am trying to apply this patch for 1.19.5 but I believe that the patch for zm_local_camera.cpp is reversed, can you confirm this?

Phil,

Posted: Mon Sep 27, 2004 3:46 pm
by oskin
First it is necessary to apply a patch http://www.zoneminder.com/forums/viewtopic.php?t=3424. By changes in version 1.19.5 I have understood, that the problem is solved. :)