HOME
ABOUT
DOWNLOAD
VERSIONS
GET STARTED
BUGS
PLANS
FAQ

CamCap and CLAG

PLEASE NOTE

These Pages are heavilly under construction but contain the latest versions of CamCap and CLAG. The old page is available here which still has pictures, version 1.3, install instructions etc etc. This will eventually disappear

Welcome to Notts Vision Online, home to the Nottingham video processing environment otherwise known collectively as CamCap, for camera and video processing work and CLAG,for command line based image processing/display and prototyping. The environment is windows based and makes use of DirectShow and the intel open source computer vision library (OpenCV).

The main part of the environment is through programming for CamCap. CamCap is a basic program that allows easy access and modification of frames in video streams. Streams can come from, video files, USB webcams or compliant capture cards. The purpose of CamCap is so that video processing in windows can be achieved easilly as no knowledge of direct X and only a basic knowledge of MSVC++ is required.

Less of a program and more of a quick start to basic image processing is C.L.A.G (Command Lines Are Great). This is a ready made Visual C++ Workspace for introduction to image processing with the intel OpenCV libraries. CLAG allows simple loading, saving, and displaying of images and is usefull for learning, prototyping and batch processing. It provides all flexibility of a command line interface but still allows use of windows when needed.