BY DOWNLOADING THIS FILE, YOU AGREE TO BECOME BOUND BY THE TERMS OF THIS LICENSE.
VideoWrapper is a very simple video capture library, that wraps various drivers for the cameras we use for our Augmented Reality work. It provides very simple functions to open a camera, grab frames, a query some attributes of the camera.
This general library calls the methods in the camera specific libraries accordingly to the camera in use at run time, allowing the same code to be run with different cameras without recompiling.
The following capture libraries are supported:
- DirectShow capture
- Videre Design's DCAM capture library
- Point Grey's PGRFly capture library
You must install the Videre Design and/or Point Grey libraries for them to be used; they are not included with this package. Source code will be made available in the future. For now, win32 dlls and header files can be downloaded.
This project is maintained on Source Forge.
Downloads
|