Code Monkey home page Code Monkey logo

esp-cam_water_counter's Introduction

ESP-CAM_water_counter

ESP-CAM recogize values from mechanical dispaly water counter, stores to GSpreadsheets

Great thanks for NickVectra, author of original project: http://forum.arduino.ua/viewtopic.php?pid=31135#p31135

Most complicate thing of text recognition will be taken from his project.

Actual browser output view looks like:

Actual

Parameters page:

Parameters

How to get that repo into Sloeber IDE:

• Sloeber IDE installed ( http://eclipse.baeyens.it/stable.php?OS=Windows )

• Git installed ( https://git-scm.com/download/win )

I found no way to get github project locally by Sloeber interface, so need to help it a bit. Go to sloeber repos folder and create there a new one for our new project (from git terminal):

$ cd c:/Users/E_CAD/git/

$ mkdir ESP_CAM_GIT

$ cd ESP_CAM_GIT

$ git clone https://github.com/executer-uno/ESP-CAM_water_counter.git

Now we got our repo locally and the Sloeber project is in repo’s subfolder:

C:\Users\E_CAD\git\ESP_CAM_GIT\ESP-CAM_water_counter\ESP_Cam_Counter

In Sloeber create new Arduino project “ESP_Cam_Counter” and set location as

C:\Users\E_CAD\git\ESP_CAM_GIT\ESP-CAM_water_counter\ESP_Cam_Counter

Setup board configuration and on next dialog keeps “default ino file”. It will blames “failed to create project”. Press “OK”.

Project with connected repo is ready in Sloeber.

Project settings in Sloeber IDE:

Board setup:

Board setup

Internal librarys:

Internal librarys

External librarys:

https://github.com/me-no-dev/AsyncTCP.git

https://github.com/me-no-dev/ESPAsyncWebServer.git

External librarys

esp-cam_water_counter's People

Contributors

executer-uno avatar

Stargazers

 avatar

Watchers

 avatar  avatar

esp-cam_water_counter's Issues

Too many errors in compilation stage

Please, do re-compilation of project.
sketch\ImgTransform.cpp: In member function 'esp_err_t ImgTransform::begin(framesize_t, pixformat_t)': ImgTransform.cpp:87:10: error: cannot convert 'dl_matrix3du_t**' to 'dl_matrix3du_t*' in assignment thisPtr = &image_matrix; ^ sketch\ImgTransform.cpp: In member function 'esp_err_t ImgTransform::doGradPass(int)': ImgTransform.cpp:278:6: error: redeclaration of 'int graddir' int graddir = 0, grad = 0; ^ sketch\ImgTransform.cpp:208:6: note: 'int graddir' previously declared here int graddir = 0, grad = 0; ^ ImgTransform.cpp:278:19: error: redeclaration of 'int grad' int graddir = 0, grad = 0; ^ sketch\ImgTransform.cpp:208:19: note: 'int grad' previously declared here int graddir = 0, grad = 0; ^ sketch\ImgTransform.cpp: In member function 'esp_err_t ImgTransform::doHough()': ImgTransform.cpp:433:14: error: cannot convert 'dl_matrix3du_t**' to 'dl_matrix3du_t*' in assignment thisPtr = &image_matrix;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.