sky-cam.conf: comment out grey filter — must be explicitly enabled
The SEASONS_GREY_STDDEV_MIN and SEASONS_GREY_DARK_FLOOR settings are now commented out so the filter is fully inert by default and requires a deliberate edit to activate. https://claude.ai/code/session_01C4jbd3waXG3eKZYbGUjLUQ
This commit is contained in:
+9
-13
@@ -259,19 +259,15 @@ AUDIO_BITRATE=192k # montage-mvt.sh — music track on movement
|
|||||||
# Corrupt or empty frames (e.g. first frame after a camera reconnect) are always
|
# Corrupt or empty frames (e.g. first frame after a camera reconnect) are always
|
||||||
# skipped automatically via ffprobe. No config needed.
|
# skipped automatically via ffprobe. No config needed.
|
||||||
#
|
#
|
||||||
# SEASONS_GREY_STDDEV_MIN: also skip uniform-grey frames caused by a bad RTSP
|
# SEASONS_GREY_STDDEV_MIN / SEASONS_GREY_DARK_FLOOR — optional bad-signal filter.
|
||||||
# signal (valid JPEGs, but near-solid grey — no real image content).
|
# Uncomment both lines to enable. A frame is dropped only when BOTH are true:
|
||||||
# A frame is only skipped when BOTH conditions hold:
|
# 1. pixel standard deviation (0–255) < SEASONS_GREY_STDDEV_MIN (frame is uniform)
|
||||||
# 1. pixel standard deviation (0–255) is below SEASONS_GREY_STDDEV_MIN
|
# 2. mean brightness (0–255) > SEASONS_GREY_DARK_FLOOR (frame is not dark)
|
||||||
# 2. mean brightness (0–255) is above SEASONS_GREY_DARK_FLOOR
|
# This keeps genuine night frames (dark + low variation) while dropping
|
||||||
# This keeps genuine night frames (dark + low stddev) while dropping
|
# solid-grey bad-signal frames (mid-bright + no variation).
|
||||||
# bad-signal grey frames (mid-bright + low stddev).
|
# Requires ImageMagick (convert). Start with these values and tune from there:
|
||||||
#
|
#SEASONS_GREY_STDDEV_MIN=5 # skip if stdev < 5 (very uniform)
|
||||||
# SEASONS_GREY_STDDEV_MIN=0 disables the filter entirely (default).
|
#SEASONS_GREY_DARK_FLOOR=30 # …but only if mean brightness > 30 (not a night frame)
|
||||||
# Try 5–10 if your camera produces solid-grey frames on reconnect.
|
|
||||||
# Requires ImageMagick (convert) to be installed.
|
|
||||||
SEASONS_GREY_STDDEV_MIN=0
|
|
||||||
SEASONS_GREY_DARK_FLOOR=30 # frames with mean brightness below this are always kept
|
|
||||||
|
|
||||||
# ── Montage attribution overlay ───────────────────────────────────────────────
|
# ── Montage attribution overlay ───────────────────────────────────────────────
|
||||||
# A translucent bar across the top of each movement montage, naming the
|
# A translucent bar across the top of each movement montage, naming the
|
||||||
|
|||||||
Reference in New Issue
Block a user