Question for project setup
Posted: Wed Oct 04, 2023 8:39 pm
Hello!
I want to realize a project - i just wonder how to start and what is needed for it (thecnologies, systems etc). I want to use the ESP32-CAM for an application, where I also have to implement image processing algorithm (in best case with Open CV).
In Detail: I want to monitor a text on an display that shows some counts of a daily action. That means there is a display displaying a number, and I want to read this number with image processing algorithm and ESP32 CAM. The Cam is placed over this display, I want to read out an image e.g. once an hour, process the image to get the number through image processing and want to store the number in a data base.
I am familiar with programming in C and C++, also Python, but I am not sure how to set this up / how to start. What I already did is the ESP32-CAM Webserver example, i.e. I configured the ESP32 CAM as a server and I get the live image over a browser (after IP from CAM was reported through serial window).
But how to go on? What do I need for this? Where to implement the image processing, do I need to implement this in another application? How to get images from this server to work on them maybe with usage of OPEN CV and Python? And how to store this values then in database?
Has anyone a useful hint, maybe in form of block diagram, which components I need and how to start?
Thanks!
I want to realize a project - i just wonder how to start and what is needed for it (thecnologies, systems etc). I want to use the ESP32-CAM for an application, where I also have to implement image processing algorithm (in best case with Open CV).
In Detail: I want to monitor a text on an display that shows some counts of a daily action. That means there is a display displaying a number, and I want to read this number with image processing algorithm and ESP32 CAM. The Cam is placed over this display, I want to read out an image e.g. once an hour, process the image to get the number through image processing and want to store the number in a data base.
I am familiar with programming in C and C++, also Python, but I am not sure how to set this up / how to start. What I already did is the ESP32-CAM Webserver example, i.e. I configured the ESP32 CAM as a server and I get the live image over a browser (after IP from CAM was reported through serial window).
But how to go on? What do I need for this? Where to implement the image processing, do I need to implement this in another application? How to get images from this server to work on them maybe with usage of OPEN CV and Python? And how to store this values then in database?
Has anyone a useful hint, maybe in form of block diagram, which components I need and how to start?
Thanks!