The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

inline_capture2image.pl - convert captured BGR data to any Imager supported format

SYNOPSIS

  perl inline_capture2image.pl rawbgr foo.ext
  perl inline_capture2image.pl rawbgr foo.ext width
  perl inline_capture2image.pl rawbgr foo.ext width height

DESCRIPTION

This was inspired by the discussion at http://www.perlmonks.org/?node_id=539316 (Feeding video data to Imager).

inline_capture2image.pl takes V4L raw captured image data and outputs an image in any image format supported by Imager.

SEE ALSO

Imager, Imager::API

Perl and Video Capture http://www.perlmonks.org/?node=474047

Feeding video data to Imager http://www.perlmonks.org/?node_id=539316

AUTHOR

Tony Cook <tony@imager.perl.org>

REVISION

$Revision$