interactionresearchstudio / NaturewatchCameraServer

A Python / OpenCV camera server to stream Pi camera content to a remote client through a website.
https://mynaturewatch.net
GNU General Public License v3.0
103 stars 48 forks source link

Fix exposure slider #103

Closed Vincent-Stragier closed 2 years ago

Vincent-Stragier commented 2 years ago

Description

Find the closest exposure value to avoid the slider jumping to the left.

Fixes #47

Type of change

How Has This Been Tested?

Tested locally.

Tested on the following devices:

Checklist:

mikevanis commented 2 years ago

Nice one, thank you for yet another contribution!

Vincent-Stragier commented 2 years ago

@mikevanis, happy to help ;-)