Standing data-collection issue for the two low-light lux fields (from #143 and #147). Same empirical/community lane as SoC #122 and Frigate-compat #154.
The fields
Current coverage (of 2,540 cameras)
min_lux_color: 136 populated — but 939 of 1,002 colour/hybrid cameras still lack it.
min_lux: 6 populated — essentially unused; ~2,322 night-vision cameras lack it.
How to help
Pull the Minimum Illumination figure from the manufacturer datasheet:
- If the datasheet states the lux value for colour →
min_lux_color.
- If it gives a generic minimum illumination (no colour/BW distinction) →
min_lux.
- Values are small decimals (e.g.
0.0005, 0.01, 0.1 lux). Leave undefined if not stated — never guess.
Good batch targets: a whole brand/series at once (e.g. Dahua WizSense, Hikvision ColorVu) where datasheets share a spec format. Rendered in the site + docs/demo.html already, so populated values show immediately.
Sibling data-backfill lanes: #122 (SoC), #154 (Frigate autotracking).
Standing data-collection issue for the two low-light lux fields (from #143 and #147). Same empirical/community lane as SoC #122 and Frigate-compat #154.
The fields
night_vision.min_lux_color(Extend schema with minimum illumination (lux) required for color night vision #143) — minimum illumination (lux) for a usable colour image (the objective figure behind ColorVu / Starlight / DarkFighter / NightChroma).night_vision.min_lux(Extend the schema with a generic min_lux attribute #147) — generic minimum illumination when a datasheet doesn't specify colour vs black-and-white.Current coverage (of 2,540 cameras)
min_lux_color: 136 populated — but 939 of 1,002 colour/hybrid cameras still lack it.min_lux: 6 populated — essentially unused; ~2,322 night-vision cameras lack it.How to help
Pull the Minimum Illumination figure from the manufacturer datasheet:
min_lux_color.min_lux.0.0005,0.01,0.1lux). Leave undefined if not stated — never guess.Good batch targets: a whole brand/series at once (e.g. Dahua WizSense, Hikvision ColorVu) where datasheets share a spec format. Rendered in the site +
docs/demo.htmlalready, so populated values show immediately.Sibling data-backfill lanes: #122 (SoC), #154 (Frigate autotracking).