Disable dark video detector

This commit is contained in:
Noah 2024-10-04 21:41:48 -07:00
parent 095cf1d4ea
commit 9e7466f967

View File

@ -229,7 +229,8 @@ export default {
wasTooDark: false, // previous average was too dark
// Configuration thresholds: how dark is too dark? (0-255)
threshold: 10,
// NOTE: 0=disable the feature.
threshold: 0, // 10,
},
},