HackerShackOfficial / Smart-Security-Camera

IoT security camera running open-cv for object detection 📹
561 stars 276 forks source link

CPU Usage #42

Open g30ba1 opened 3 years ago

g30ba1 commented 3 years ago

Hi everybody.

I have to say that this project is awesome (Concrete, functional and simple)

But, unfortunately, I have a problem:

When I run the program, the CPU usage of my Raspberry Pi 4B (4GB version) increases to 90% - 91%.

I don´t know what is causing this, if someone can drop an advice, would be nice.

😀

RuffaloLavoisier commented 3 years ago

It's because python flask Web server and OpenCV image processing run simultaneously. Of course.