[Config Support]: Motion Detection Tuner page saves "improve_contrast: 'true'" to the config but the editor shows a type error. #13797
Unanswered
dandandanp
asked this question in
Config Support
Replies: 1 comment 1 reply
-
|
Ling 115 in file: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
When using the Motion Detection Tuner page and altering the settings for motion on a camera, the parameters added to the config put single quotes around the true/false statement for the improve_contrast key.

Both
'true'andtruework but there is a 'squiggly' highlight on the config editor, see image:Version
0.14.1-f4f3cfa
Frigate config file
... motion: threshold: 40 contour_area: 10 improve_contrast: 'true' ...Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Debian
Install method
Docker Compose
Object Detector
Coral
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions