SDL_bgrab 1.0.0 review

Download
by rbytes.net on

SDL convertion of libbgrab (a framegrabber lib from the same author). The library uses a separate thread to grab images into a "tr

License: LGPL (GNU Lesser General Public License)
File size: 269K
Developer: Andreas Schiffler
0 stars award from rbytes.net

SDL convertion of libbgrab (a framegrabber lib from the same author).

The library uses a separate thread to grab images into a "triple buffer" queue independent of an external "game loop". This uses memory bandwidth but makes it easy to integrate live video into other applications. Images are always grabbed at 32bit RGBx resolutions.

YUV grabbing is currently not implemented. To improve image quality, several deinterlace
algorithms are available.

Installation:

./autogen.sh (optional)
./configure (./configure --help for options)
make
make install
ldconfig
make distclean

SDL_bgrab 1.0.0 search tags