add AWB greyworld mode to the frontend for FNC

This commit is contained in:
popoviciri 2019-08-16 12:08:33 +02:00
parent fb9bf10f54
commit 270398b969
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 = [