Recent Posts

Pretty printing for C++ STL containers

2 minute read

Ever wondered why you cannot see inside vector while debugging? It is because gdb does not support STL types and thus only thing you will see is the pointers...

Eclipse with 2011 C++ specs

less than 1 minute read

In order to compile C++11 code and make eclipse indexer see the included header files, several configurations need to be updated.

OpenCV VideoCapture returns null

less than 1 minute read

It is possible that your camera is not mounted to system. You can check /dev/video* or dmesg | tail and check if your USB device is successfully recognized a...

How to connect to BeagleBone and send file

less than 1 minute read

Make sure you connected your BeagleBone with ETH cable to your network. Host computer and BeagleBone should either be in same switch/router or you can direct...