This article is a sequel to my previous post "Easy configuration of home watching camera with OpenCV + HTML + JavaScript!".
--Changed the program configuration to fix a bug when the system was put into operation on Rasberry Pi. --Addition of functions that you feel you need after trying them (calibration function, etc.) --UI changes
Since the content is diverse, I would like to divide it into articles as follows.
Index
| item | Contents |
|---|---|
| Hardware preparation | Until using the camera module of Rasberry Pi |
| The edition that hit the problem in the trial operation | I ran into a performance challenge |
| Let's change the configuration | I will remake it using Go language as well as my own study |
| Implementation | Finally implemented! |