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.