From 64de2c08f060b0e57aa28dcc830d8f658f14244b Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 27 Mar 2003 09:17:34 +0000 Subject: [PATCH] Changed default of invert option. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@431 e3e1d417-86f3-4887-817a-d78f3d33393f --- zmconfig.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zmconfig.pl.in b/zmconfig.pl.in index ed9a0d169..ffedebf29 100755 --- a/zmconfig.pl.in +++ b/zmconfig.pl.in @@ -214,7 +214,7 @@ my @options = }, { name => "ZM_OPT_LOCAL_BGR_INVERT", - default => "no", + default => "yes", description => "Invert BGR colours to RGB", help => "Some cameras or video cards capture images in BGR (Blue-Green-Red) order even when the paletter says RGB. If you see strange colours casts on your images then it may be worth trying this option to see if that corrects the issue. Note this option will apply only to local cameras and not those over a network.", type => $types{boolean},