Using this project for LED-segment display #815
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think there are other - more meaningful - ways to track washing machine process. If you just want some notification when the program has ended, just put some energy measuring smart plug there and you can see (and estimate) when program has been ended. This method has been successfully implemented on multiple cases. If you want to have more detailed information, just glue acceleration sensor to your washing machine, you can quite easily say from the G-forces that what state the machine is currently in. |
Beta Was this translation helpful? Give feedback.
-
For LCD, there is a much easier way than CNN. You only need to detect the intensity somewhere on the 7 segment of the LCD and can get the value with a easy table. If you want to use this, you need to make images of all 10 digits (2-3 each) under the real illumination and camera conditions and then use them in a training: https://github.com/jomjol/neural-network-digital-counter-readout Most effort will be the setting up of the training environment, the training itself should be rather fast. |
Beta Was this translation helpful? Give feedback.
I think there are other - more meaningful - ways to track washing machine process.
If you just want some notification when the program has ended, just put some energy measuring smart plug there and you can see (and estimate) when program has been ended. This method has been successfully implemented on multiple cases.
If you want to have more detailed information, just glue acceleration sensor to your washing machine, you can quite easily say from the G-forces that what state the machine is currently in.