octoprint_compat: add webcam settings

Signed-off-by: Simon Germain <sgermain06@gmail.com>
This commit is contained in:
Simon Germain
2022-02-17 10:46:05 -05:00
committed by GitHub
parent f79439aedd
commit 11f4ae75cc
4 changed files with 45 additions and 12 deletions

View File

@@ -2,6 +2,20 @@
This file will track changes that require user intervention,
such as a configuration change or a reinstallation.
### February 16th 2022
- Webcam settings can now be defined in the `moonraker.conf` file, under
the `[octoprint_compat]` section. The default values are being used as
default values.
Default values:
| Setting | Default value |
|---------|---------------|
| flip_h | False |
| flip_v | False |
| rotate_90 | False |
| stream_url | /webcam/?action=stream |
| webcam_enabled | True |
### January 22th 2022
- The `color_order` option in the `[wled]` section has been deprecated.
This is configured in wled directly. This is not a breaking change,