From be9aa253cf70e44a79a2cb7c85ff5d741b208272 Mon Sep 17 00:00:00 2001 From: d3rped Date: Wed, 28 Mar 2018 15:20:08 +0200 Subject: [PATCH] Reverted to working color recognition and adjusted values for examination conditions. --- src/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sensor.py b/src/sensor.py index b53b466..4fb4a3e 100644 --- a/src/sensor.py +++ b/src/sensor.py @@ -43,7 +43,7 @@ class Sensor: self.lastcolor = None self.edgebrightness = None self.red = (40, 30, 30) - self.blue = (40, 40, 70) + self.blue = (40, 40, 60) def refresh(self): self.RGB = self._camera.bin_data("hhh")