From 9bc5d2d06d09857e8686e15a2ff4f92630d36a5b Mon Sep 17 00:00:00 2001 From: legop3 Date: Tue, 2 Dec 2025 14:24:17 -0500 Subject: [PATCH] night vision toggle LED --- plans/led_night_vision_toggle_outline.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plans/led_night_vision_toggle_outline.md diff --git a/plans/led_night_vision_toggle_outline.md b/plans/led_night_vision_toggle_outline.md new file mode 100644 index 00000000..2306419a --- /dev/null +++ b/plans/led_night_vision_toggle_outline.md @@ -0,0 +1,13 @@ +# general idea +- The idea of this feature is to toggle night vision on the camera by turning on an LED from GPIO on the pi which will me mounted in front of the camera's light sensor +- with this, the camera will disable night vision when the LED is ON, and enable night vision when the LED is OFF. +- this will only really involve pi and webui programming. the server passes commands straight through. +- do not track the state of night vision, it is not needed. + +## pi side +- new GPIO on/off control on GPIO 17, 27, or 22. any of these will work. + +## web UI +- a new keyboard shortcut to toggle night vision +- a new button in the mobile UI to toggle night vision + - put it above the mobile horizontal servo slider \ No newline at end of file