Skip to content

feat: add night vision / IR detection indicator (#90)#120

Open
infinitel8p wants to merge 4 commits intomainfrom
feat/90-night-vision-indicator
Open

feat: add night vision / IR detection indicator (#90)#120
infinitel8p wants to merge 4 commits intomainfrom
feat/90-night-vision-indicator

Conversation

@infinitel8p
Copy link
Copy Markdown
Owner

@infinitel8p infinitel8p commented Apr 5, 2026

Detect the pink/magenta color cast from NoIR cameras under IR illumination by periodically sampling an RTSP frame and analyzing its HSV hue distribution. Shows a purple IR badge on the live feed when night mode is active.

  • Add night_vision module with configurable thresholds
  • Expose night_mode in /system_info and SSE events
  • Add IR badge to VideoPlayer overlay
  • Add NightVision settings block to defaults
  • Add i18n badge key for all 5 languages
  • Add 11 backend tests for detection logic
  • Update dashboard docs

closes #90

Detect the pink/magenta color cast from NoIR cameras under IR
illumination by periodically sampling an RTSP frame and analyzing
its HSV hue distribution. Shows a purple IR badge on the live feed
when night mode is active.

- Add night_vision module with configurable thresholds
- Expose night_mode in /system_info and SSE events
- Add IR badge to VideoPlayer overlay
- Add NightVision settings block to defaults
- Add i18n badge key for all 5 languages
- Add 11 backend tests for detection logic
- Update dashboard docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[S] Night vision / low-light indicator

1 participant