Entries by Kevin Godden

Compiling / Building libJpeg for Windows

Here is a record of how I managed to build libJpeg for Windows, Visual Studio 2012: 1.) Download & unzip the source, I downloaded it from here: http://sourceforge.net/projects/libjpeg/files/latest/download?source=files 2.) Launch the Visual Studio Command console. To launch it, search for ‘command’ in the start menu, and you should see something like ‘Developer Command Prompt for […]

Building snappy compression library on windows with Visual Studio 2012

Snappy is a little fast software compression library by google. It eschews high compression rates for speed, it is very easy to use. Building it on windows for use with visual studio etc. is relatively straight-forward due to this github project by kmanley which provides it with a visual studio solution. https://github.com/kmanley/snappy-msvc To build the […]

Which OpenCV libraries do I need for VideoWriter ?

I am currently testing some video encoding times for a computer vision project that I am working on using the OpenCV video functionality in windows. I hate wrestling with all of the OpenCV library files, but to use VideoWriter you just need to use the following libs: opencv_coreXXX.lib opencv_highguiXXX.lib Where XXX is the version number […]

Send event to intercom.ie – example python code

So as mentioned in a previous post I have been doing some python software work to integrate a client’s could application with intercom.io. The intercom REST interface is nicely designed and quite straightforward to use. Applications send events to their intercom account (with optional event data) when their users do interesting things, intercom can be […]

Download Visual Basic 3.0, VB3 Install

If for some insane reason you are looking for Visual Basic 3.0 (perhaps you need to read some very old VB software source code) then it can be downloaded from here: http://vetusware.com/download/Visual%20Basic%203.0/?id=3657 You will have to register on the vetusware.com site first which is straightforward enough. This is handy if you have some old VB3 […]