ZoneMinder / zoneminder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
4.82k stars 1.19k forks source link

To configure detection zones, allow float % input #3956

Closed IgorA100 closed 1 month ago

connortechnology commented 1 month ago

But step=any allowed float input. You have limited it to .1 increments so now we can't do two decimal places..

IgorA100 commented 1 month ago

Eeeehhh.....my bad English again....

step - does not prohibit or allow anything and by default for numbers step=any=1 Those. if step=any is written in the tag and enter the value 1.24 and press the up arrow on the input field, then the increment will be +1, i.e. the next value will become 2.24. After my change, the increment will become = 0.1, not 1, but when you press the up arrow, the value will become = 1.3, then 1.4, etc., but you can write 1.422 by hand

Although, it’s probably not worth making my changes.