Raspberry Pi is a credit card sized mini-computer with all the capabilities to work like other dummy computers. I got to know about it recently while doing a computer vision project and got one from Amazon. Here I share my experiences with it!
Python comes installed along with many flavors of Linux. For Raspbian Operating System (OS), like some other Linux-based OSes, both Python 3 and 2.7 comes installed by default. Raspbian OS…
Working on a virtual environment can save your system and your works on it. Creating your Python virtual environment would ensure that the dependencies required for different projects are in…
OpenCV Error: Assertion Failed (scn == 3 || scn == 4) in cvtColor errors occur while working with OpenCV in Raspberry Pi for several reasons. This often happens because your Raspberry…
OpenCV in PyCharm: In this post, I will share about how to use OpenCV in Pycharm. Pycharm is an incredible Python IDE. It is a product of JetBrains. It is…
Expand Raspbian Filesystem: You will be shocked to see that the Raspbian file system’s size is smaller than the specified size of the SD card. Recently, I bought a 16GB…