mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
add AWB greyworld mode to the frontend for FNC
This commit is contained in:
parent
fb9bf10f54
commit
270398b969
@ -58,7 +58,8 @@ AWB_CHOICES = [
|
||||
('fluorescent', 'Fluorescent'),
|
||||
('incandescent', 'Incandescent'),
|
||||
('flash', 'Flash'),
|
||||
('horizon', 'Horizon')
|
||||
('horizon', 'Horizon'),
|
||||
('greyworld', 'Greyworld')
|
||||
]
|
||||
|
||||
METERING_CHOICES = [
|
||||
|
@ -58,7 +58,8 @@ AWB_CHOICES = [
|
||||
('fluorescent', 'Fluorescent'),
|
||||
('incandescent', 'Incandescent'),
|
||||
('flash', 'Flash'),
|
||||
('horizon', 'Horizon')
|
||||
('horizon', 'Horizon'),
|
||||
('greyworld', 'Greyworld')
|
||||
]
|
||||
|
||||
METERING_CHOICES = [
|
||||
|
@ -58,7 +58,8 @@ AWB_CHOICES = [
|
||||
('fluorescent', 'Fluorescent'),
|
||||
('incandescent', 'Incandescent'),
|
||||
('flash', 'Flash'),
|
||||
('horizon', 'Horizon')
|
||||
('horizon', 'Horizon'),
|
||||
('greyworld', 'Greyworld')
|
||||
]
|
||||
|
||||
METERING_CHOICES = [
|
||||
|
@ -58,7 +58,8 @@ AWB_CHOICES = [
|
||||
('fluorescent', 'Fluorescent'),
|
||||
('incandescent', 'Incandescent'),
|
||||
('flash', 'Flash'),
|
||||
('horizon', 'Horizon')
|
||||
('horizon', 'Horizon'),
|
||||
('greyworld', 'Greyworld')
|
||||
]
|
||||
|
||||
METERING_CHOICES = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user