video color filters

This commit is contained in:
legop3
2026-06-02 12:57:55 -04:00
parent 98156676ee
commit d1244d587f
9 changed files with 160 additions and 20 deletions
+7
View File
@@ -100,3 +100,10 @@ export const AUDIO_SETTINGS_DEFAULTS = {
mainBrushDuckEnabled: true,
mainBrushDuckAmount: 0.75,
};
export const VIDEO_SETTINGS_DEFAULTS = {
// Keep the default as unfiltered color because most rovers still provide useful color
// information. The filter is an operator preference, so it belongs in persisted UI
// settings instead of being inferred from a rover stream or camera URL.
colorFilter: 'none',
};