mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
Merge pull request #2053 from popoviciri/awb_greyworld_mode
add AWB greyworld mode to the frontend for FNC
This commit is contained in:
commit
cb83009d39
@ -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