Changed default of invert option.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@431 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
1bf1347c04
commit
64de2c08f0
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue