Editor: The library provides the video-capturing functions in simple C-language programming interface.
There are only four simple routines: GrabberOpen( ), GrabberStart( ), GrabberStop( ), GrabberClose( ) in the library. In the arguments of GrabberOpen( ), the programmer specifies his own callback function for receiving the captured images.
The library is developed based on the ISampleGrabber and DirectShow framework. But the application developer does not need to know the theorems about DirectShow or COM when he is using the library. The library is simply for computer vision usage. It supports neither multiple capturing device nor multiple image resolution.