Steps for VS code to run C/C++ program (https://code.visualstudio.com/docs/cpp/config-mingw) When C is ok with VS code and C++ is not, problem with ‘std’ (https://stackoverflow.com/questions/10906275/undefined-reference-to-stdios-baseinitinit)
Author: AnthonyC
ESP8266 Weather Station – Getting your weather report
I bought a starter guide by Daniel Eichhorn which teaches you how to set up a weather report station using ESP8266 microcontroller, 128×64 OLED display
Python OpenCV – Live camera stream with mouse click interaction
This post is using OpenCV method VideoCapture to stream live from the web cam and to enable the video to respond to left mouse click.
Python OpenCV – Face Detection on a Image
The result of print(len(faces)) return 9. And the image result is as per below. You can see that out of the 9 detection, 2 are
Python OpenCV – Reading a Video from cam or saved file
Python OpenCV library can be use to read a video, the video can be a live camera feed or a recorded video file. The below
