From 28f3ad02427e7a19a8df1fc0591e43f740d04377 Mon Sep 17 00:00:00 2001 From: Yveaux Date: Sun, 5 Mar 2023 17:37:51 +0100 Subject: [PATCH] Update FeatureRequest.md (#2130) Added #36 Run demo without camera --- FeatureRequest.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FeatureRequest.md b/FeatureRequest.md index 41315738..5858a099 100644 --- a/FeatureRequest.md +++ b/FeatureRequest.md @@ -10,6 +10,9 @@ ____ +#### #36 Run demo without camera +Demo mode requires a working camera (if not, one receives a 'Cam bad' error). Would be nice to demo or play around on other ESP32 boards (or on ESP32-CAM boards when you broke the camera cable...). + #### #35 Use the same model, but provide the image from a Smartphone Camera as reading the Electricity or Water meter every few minutues only delivers apparent accuracy (DE: "Scheingenauigkeit") you could just as well take a picture with your Smartphone evey so often (e.g. once a week when you are in the Basement anyway), then with some "semi clever" tricks pass this image to the model developed here, and the values then on to who ever needs them e.g. via MQTT. IMO: It is not needed to have that many readings (datapoints) as our behaviour (Use of electricity or water) doesn't vary that much, say, over a weeks time. The interpolation between weekly readings will give sufficient information on the power and/or water usage.