Merge pull request #2053 from popoviciri/awb_greyworld_mode

add AWB greyworld mode to the frontend for FNC
This commit is contained in:
Calin Crisan 2019-08-19 21:53:40 +03:00 committed by GitHub
commit cb83009d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -58,7 +58,8 @@ AWB_CHOICES = [
('fluorescent', 'Fluorescent'),
('incandescent', 'Incandescent'),
('flash', 'Flash'),
('horizon', 'Horizon')
('horizon', 'Horizon'),
('greyworld', 'Greyworld')
]
METERING_CHOICES = [

View File

@ -58,7 +58,8 @@ AWB_CHOICES = [
('fluorescent', 'Fluorescent'),
('incandescent', 'Incandescent'),
('flash', 'Flash'),
('horizon', 'Horizon')
('horizon', 'Horizon'),
('greyworld', 'Greyworld')
]
METERING_CHOICES = [

View File

@ -58,7 +58,8 @@ AWB_CHOICES = [
('fluorescent', 'Fluorescent'),
('incandescent', 'Incandescent'),
('flash', 'Flash'),
('horizon', 'Horizon')
('horizon', 'Horizon'),
('greyworld', 'Greyworld')
]
METERING_CHOICES = [

View File

@ -58,7 +58,8 @@ AWB_CHOICES = [
('fluorescent', 'Fluorescent'),
('incandescent', 'Incandescent'),
('flash', 'Flash'),
('horizon', 'Horizon')
('horizon', 'Horizon'),
('greyworld', 'Greyworld')
]
METERING_CHOICES = [