Adjust dark webcam threshold

master
Noah 2024-05-27 20:08:32 +00:00
parent a536862a91
commit b011e36ddf
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ export default {
wasTooDark: false, // previous average was too dark
// Configuration thresholds: how dark is too dark? (0-255)
threshold: 60,
threshold: 10,
},
},