Friday, December 11, 2009

AbelCam discount

Bits du Jour is selling AbelCam with a substantial discount on Dec 12th.
don't miss this opportunity

Saturday, December 5, 2009

AbelCam 3.2.2 released

AbelCam 3.2.2 has been released to the public.

New features in this version are:
  • motion detection can now be set for an area of the image
    instead of the whole image
  • Motion detection for Local Save and FTP Upload now work independantly
  • IP Filter to block unwanted visitors

Download AbelCam

Monday, November 30, 2009

Upcoming AbelCam deal

you might know the site Bits du Jour. They offer 24 Hour Discount Deals on Fantastic Software Applications every day.

AbelCam has been chosen to be offered with a huge discount on December 12th.

So if you're using AbelCam now with a free license, don't miss this unique chance to get AbelCam at a fraction of the regular price.

If you're not familiar with AbelCam yet, download a copy and try before you buy

Monday, July 6, 2009

Once I tried AbelCam, I was hooked

MaxC has reviewed many software packages to stream video from his site.

He has purchased and tested 23 programs for streaming and they all failed to meet his requirements with two exceptions: MS MediaEncoder and AbelCam.

Read his report

Tuesday, April 14, 2009

Traffic time lapses

AbelCam comes with a program to convert series of JPEG images to video, JPEG2Video.

Last weekend I spent in a different part of Switzerland.
I set up a webcam in the car to take images.

On the way there I took a snapshot every 10 seconds.
Here's the video that results from these 1400 snapshots, replay at a 12fps:



The result looks ok on the Autobahn, but on the smaller roads in the Berner Oberland the 10 seconds are too long to keep a context between the images.

On the way back I did the same with 1 frame per second.
With the 9000 images, I created a 24fps video:



Now this looks much better!

If you like this route, here's the Google Earth KML file recorded with a Sony GPS-CS1

Monday, March 23, 2009

Project Stats - a look behind the curtain

Some times people ask me how much code is behind AbelCam.
The project has been growing constantly since its start back in 2005.

The AbelCam 3.0.1 solution has
215 code files that form 387 classes, 13 modules, 842 properties, 4067 procedures and 254 interfaces.

Total code lines are 68'648.

Of course this includes some libraries and plugins.

Here are the numbers for the core AbelCam project, Version 3.0.1
(numbers in brackets: AbelCam 2.2.5)

AbelCam consists of 155 (75) code files, 173 (89) classes, 13 (13) modules, 810 (180) properties, 3 (1) interfaces and 37 (30) structures.

The core has a total of 61'577 (41'674) lines, 47'666 (33'623) of them are code, 8'142 (4'049) lines of comments.

AbelCam has been written using MS Visual Studio, most of the code is VB.NET

Monday, March 9, 2009

Translation Troubles

AbelCam has been translated to seven languages by various users.

Partial translation to Finnish, French, Portuguese, Spanish and Slovenian are currently available, in the next release Finnish will be complete and partial translations for Swedish and Dutch will be added.

The slovenian translator, Tom Placer, reported a special problem. Most slovenian users run their windows in english with localized keyboard settings. As .NET uses the culture of the operating system for the application, his translation was not coming up when he ran AbelCam.

Today I wrote a wrapper, SetCulture.exe , which allows to select the culture used for AbelCam. Basically it allows to select the culture, loads the AbelCam assembly, starts a new thread, sets the culture for that thread and then runs AbelCams entry point.

The culture can be selected eighter from the command line or through a popup form.

This works fine, all languages are now selectable. SetCulture.exe will be included in the next release of AbelCam with shortcut to all installed languages.