You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix monochrome video detection and add test videos
- Fix empty color detection for monochrome schemes using time-flow
direction: filled cells sum increases 0→59 (forward), empty cells
decrease (backward). Only used as tiebreaker when top 2 colors
have similar frequency.
- Add IMG_6782.MOV: signature test (P=8191, N=1983)
- Add IMG_6789.MOV: monochrome red + signature (P=1234567, N=196)
- Both videos stripped of GPS/location metadata
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-**Characteristics**: Monochrome red color scheme with signature encoding
91
+
-**Recorded**: 2026-01-11 14:16:42 CET
92
+
-**Clock Origin**: 1970-01-01 00:00:00 UTC (Unix epoch)
93
+
-**Expected k**: 36,381,401,836,815
94
+
-**Expected P**: 1234567
95
+
-**Expected N**: 196
96
+
-**Expected Result**: 60/60 seconds matched
97
+
-**Notes**: Tests time-flow based empty color detection for monochrome schemes where filled and empty cells have similar total area over time. The analyzer detects the correct "empty" color by checking which color assignment produces forward-flowing time (increasing cell sums).
0 commit comments