Video::RTjpeg - Real time, jpeg-like video compression.


Video-Capture-V4l documentation Contained in the Video-Capture-V4l distribution.

Index


Code Index:

NAME

Top

Video::RTjpeg - Real time, jpeg-like video compression.

SYNOPSIS

Top

   use Video::RTjpeg;

DESCRIPTION

Top


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;