mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +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'),
|
('fluorescent', 'Fluorescent'),
|
||||||
('incandescent', 'Incandescent'),
|
('incandescent', 'Incandescent'),
|
||||||
('flash', 'Flash'),
|
('flash', 'Flash'),
|
||||||
('horizon', 'Horizon')
|
('horizon', 'Horizon'),
|
||||||
|
('greyworld', 'Greyworld')
|
||||||
]
|
]
|
||||||
|
|
||||||
METERING_CHOICES = [
|
METERING_CHOICES = [
|
||||||
|
@ -58,7 +58,8 @@ AWB_CHOICES = [
|
|||||||
('fluorescent', 'Fluorescent'),
|
('fluorescent', 'Fluorescent'),
|
||||||
('incandescent', 'Incandescent'),
|
('incandescent', 'Incandescent'),
|
||||||
('flash', 'Flash'),
|
('flash', 'Flash'),
|
||||||
('horizon', 'Horizon')
|
('horizon', 'Horizon'),
|
||||||
|
('greyworld', 'Greyworld')
|
||||||
]
|
]
|
||||||
|
|
||||||
METERING_CHOICES = [
|
METERING_CHOICES = [
|
||||||
|
@ -58,7 +58,8 @@ AWB_CHOICES = [
|
|||||||
('fluorescent', 'Fluorescent'),
|
('fluorescent', 'Fluorescent'),
|
||||||
('incandescent', 'Incandescent'),
|
('incandescent', 'Incandescent'),
|
||||||
('flash', 'Flash'),
|
('flash', 'Flash'),
|
||||||
('horizon', 'Horizon')
|
('horizon', 'Horizon'),
|
||||||
|
('greyworld', 'Greyworld')
|
||||||
]
|
]
|
||||||
|
|
||||||
METERING_CHOICES = [
|
METERING_CHOICES = [
|
||||||
|
@ -58,7 +58,8 @@ AWB_CHOICES = [
|
|||||||
('fluorescent', 'Fluorescent'),
|
('fluorescent', 'Fluorescent'),
|
||||||
('incandescent', 'Incandescent'),
|
('incandescent', 'Incandescent'),
|
||||||
('flash', 'Flash'),
|
('flash', 'Flash'),
|
||||||
('horizon', 'Horizon')
|
('horizon', 'Horizon'),
|
||||||
|
('greyworld', 'Greyworld')
|
||||||
]
|
]
|
||||||
|
|
||||||
METERING_CHOICES = [
|
METERING_CHOICES = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user