| Video-Capture-V4l documentation | Contained in the Video-Capture-V4l distribution. |
Video::RTjpeg - Real time, jpeg-like video compression.
use Video::RTjpeg;
| Video-Capture-V4l documentation | Contained in the Video-Capture-V4l distribution. |
package Video::RTjpeg;
BEGIN { require Exporter; require DynaLoader; @ISA = ('Exporter', 'DynaLoader'); $VERSION = 0.012; @EXPORT = qw( ); bootstrap Video::RTjpeg $VERSION; } 1;