From 270398b96972b461a2eb2e94da7121ee5c40eb52 Mon Sep 17 00:00:00 2001 From: popoviciri Date: Fri, 16 Aug 2019 12:08:33 +0200 Subject: [PATCH] add AWB greyworld mode to the frontend for FNC --- board/raspberrypi/motioneye-modules/streameyectl.py | 3 ++- board/raspberrypi2/motioneye-modules/streameyectl.py | 3 ++- board/raspberrypi3/motioneye-modules/streameyectl.py | 3 ++- board/raspberrypi4/motioneye-modules/streameyectl.py | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/board/raspberrypi/motioneye-modules/streameyectl.py b/board/raspberrypi/motioneye-modules/streameyectl.py index 7fd7f34eb4..c006e20c72 100644 --- a/board/raspberrypi/motioneye-modules/streameyectl.py +++ b/board/raspberrypi/motioneye-modules/streameyectl.py @@ -58,7 +58,8 @@ AWB_CHOICES = [ ('fluorescent', 'Fluorescent'), ('incandescent', 'Incandescent'), ('flash', 'Flash'), - ('horizon', 'Horizon') + ('horizon', 'Horizon'), + ('greyworld', 'Greyworld') ] METERING_CHOICES = [ diff --git a/board/raspberrypi2/motioneye-modules/streameyectl.py b/board/raspberrypi2/motioneye-modules/streameyectl.py index 7fd7f34eb4..c006e20c72 100644 --- a/board/raspberrypi2/motioneye-modules/streameyectl.py +++ b/board/raspberrypi2/motioneye-modules/streameyectl.py @@ -58,7 +58,8 @@ AWB_CHOICES = [ ('fluorescent', 'Fluorescent'), ('incandescent', 'Incandescent'), ('flash', 'Flash'), - ('horizon', 'Horizon') + ('horizon', 'Horizon'), + ('greyworld', 'Greyworld') ] METERING_CHOICES = [ diff --git a/board/raspberrypi3/motioneye-modules/streameyectl.py b/board/raspberrypi3/motioneye-modules/streameyectl.py index 7fd7f34eb4..c006e20c72 100644 --- a/board/raspberrypi3/motioneye-modules/streameyectl.py +++ b/board/raspberrypi3/motioneye-modules/streameyectl.py @@ -58,7 +58,8 @@ AWB_CHOICES = [ ('fluorescent', 'Fluorescent'), ('incandescent', 'Incandescent'), ('flash', 'Flash'), - ('horizon', 'Horizon') + ('horizon', 'Horizon'), + ('greyworld', 'Greyworld') ] METERING_CHOICES = [ diff --git a/board/raspberrypi4/motioneye-modules/streameyectl.py b/board/raspberrypi4/motioneye-modules/streameyectl.py index 7fd7f34eb4..c006e20c72 100644 --- a/board/raspberrypi4/motioneye-modules/streameyectl.py +++ b/board/raspberrypi4/motioneye-modules/streameyectl.py @@ -58,7 +58,8 @@ AWB_CHOICES = [ ('fluorescent', 'Fluorescent'), ('incandescent', 'Incandescent'), ('flash', 'Flash'), - ('horizon', 'Horizon') + ('horizon', 'Horizon'), + ('greyworld', 'Greyworld') ] METERING_CHOICES = [