Disable dark video detector
This commit is contained in:
parent
095cf1d4ea
commit
9e7466f967
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user