Create a spy camera using your computer webcam Golang and OpenCV
January 13, 2023
They say that the best way to hide is in plain sight if you want to sneak a peak, so you can create a password-protected web app that connects to your computer’s camera. This will let you keep an eye on how things are going while you are not there and make sure that no one is messing with your belongings.
IN Guides
Install Gocv on Macos
November 22, 2022
I’m going to show you how to install GOCV on your Mac, so that you can easily write programs like face detection and edging to go with my other tutorials on image processing.
Deadlocks
October 20, 2022
A deadlock is a situation where no member of some group can make progress because every other member blocks it. It can be a bit tough to understand. So, I’m going to show you an example of a deadlock graphically