A partial refactor of background detect

This commit is contained in:
Julian Stirling 2025-07-16 15:38:57 +01:00
parent f12ee9bd69
commit b5586a4b32
6 changed files with 162 additions and 4 deletions

View file

@ -10,15 +10,15 @@
<div class="uk-accordion-content">
<div class="uk-margin">
<propertyControl
thing-name="background_detect"
property-name="tolerance"
thing-name="caomera"
property-name="background_tolerance"
label="Tolerance"
/>
</div>
<div class="uk-margin">
<propertyControl
thing-name="background_detect"
property-name="fraction"
thing-name="camera"
property-name="min_sample_coverage"
label="Sample Coverage Required (%)"
/>
</div>