The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

  UAV::Pilot::Video::RawHandler

DESCRIPTION

A Moose role for processing raw video frames. There is one required method, process_raw_frame. It will be passed:

  • $width

  • $height

  • $decoder

The $decoder object is a UAV::Pilot::Video::H264Decoder, which will have processed the most recent frame data.