The library provides the video-capturing functions in simple
C-language programming interface. You don't haveto install DirectX
SDK to use this library.
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.
The library is agreed to be used in your production WITHOUT any
fee. And the binary file vdograb.lib is agreed to be distributed
WITHOUT any fee. Any production using the library DOES NOT need to
mark the library on its logo. Therefore, I, the author or the
library, AM NOT responsible to any problems possibly caused by the
library in your production. I have NO DUTY to fixing any damage or
providing any support.