A video frame grabber extension
Provides a set of classes and functions for grabbing video frames from video capture devices.
License: PHP
| Version | Release | Download |
| 0.1.1 | 2010-03-01 | framegrab-0.1.1.tgz |
| 0.1.0 | 2010-02-28 | framegrab-0.1.0.tgz |
| 0.0.1 | 2010-02-26 | framegrab-0.0.1.tgz |
| Version | Message |
| 0.1.1 | Fixed to build on PHP 5.3 |
| 0.1.0 |
- Changed the --enable-framegrab option to --with-framegrab since you specify the PNG library path on the configure line. - Changed FrameGrabImage::writePNG() to FrameGrabImage::writeAsPNG(). - Added FrameGrabImage::toStringAsPNG() which returns the image as PNG data as a string. This allows the output to be fed straight in to GD without requiring an intermediate file. |
| 0.0.1 | Initial version |